----- Original Message -----
From: "Ruud H.G. van Tol" <rvtol(_at_)isolution(_dot_)nl>
To: <procmail(_at_)Lists(_dot_)RWTH-Aachen(_dot_)DE>
Sent: Saturday, December 14, 2002 4:29 PM
Subject: Re: Problems with procmail and exim
saf skribis:
I use GNU Debian Linux with exim (smtp software), have created a
.procmailrc file in my home directory.
Now when I receive an email I see in my log file of exim:
T=procmail_pipe defer (0): Child process of procmail_pipe transport
returned 73 (could mean can't create output file) from command:
/usr/bin/procmail And I no more receive emails!
How will you read this?
melanie:/home/saf# tail -f /var/log/exim/mainlog
2002-12-14 16:45:06 18NETS-0003vE-00 Completed
2002-12-14 16:45:06 18NETS-0003vi-00 <= saf(_at_)trashmail(_dot_)net U=saf
P=local
S=8141
2002-12-14 16:45:06 18NETS-0003vT-00 => saf <saf(_at_)trashmail(_dot_)net>
D=procmail
T=procmail_pipe
2002-12-14 16:45:06 18NETS-0003vT-00 Completed
2002-12-14 16:45:06 18NETS-0003vx-00 <= saf(_at_)trashmail(_dot_)net U=saf
P=local
S=8211
2002-12-14 16:45:06 18NETS-0003vi-00 => saf <saf(_at_)trashmail(_dot_)net>
D=procmail
T=procmail_pipe
2002-12-14 16:45:06 18NETS-0003vi-00 Completed
2002-12-14 16:45:06 18NETS-0003vx-00 == saf(_at_)trashmail(_dot_)net
T=procmail_pipe
defer (0): Child process of procmail_pipe transport returned 73 (could mean
can't create output file) from command: /usr/bin/procmail
2002-12-14 16:45:07 18NETT-0003wA-00 <= saf(_at_)xy1(_dot_)org H=julia.xy1.org
(julia)
[172.16.0.2] P=smtp S=616 id=001801c2a387$c61fcb00$020010ac(_at_)julia
2002-12-14 16:45:07 18NETT-0003wA-00 == saf(_at_)xy1(_dot_)org T=procmail_pipe
defer
(0): Child process of procmail_pipe transport returned 73 (could mean can't
create output file) from command: /usr/bin/procmail
I need urgently to configure procmail because I receive tons of chinese,
korean and russian spam mails.
The idea of me was to filter out spam with has not the charset
iso-8859-1!
(and some others) Could you please help me?
Show us your .procmailrc.
melanie:/home/saf# cat .procmailrc
FILEDIR=/etc/automsg
# Get the message subject
SUBJECT=`formail -xSubject: \
| sed -e 's/[;\`\\]/ /g' \
| expand | sed -e 's/^[ ]*//g' -e 's/[ ]*$//g'`
SENDMAIL=/usr/sbin/exim
:0
* ^Subject.*(sex|viagra|nude)
{
:0
|(formail -r -A "Precedence: junk" \
-I"From: AutoReply TrashMail.net <no-reply(_at_)trashmail(_dot_)net>" \
-I"Subject: Subject Unacceptable (Re: $SUBJECT)" \
-A "X-Loop: no-reply(_at_)trashmail(_dot_)net"; \
cat $FILEDIR/reply.txt ) | $SENDMAIL -t
}
Please help me!
--
saf
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail