procmail
[Top] [All Lists]

Re: Why am I getting TWO copies of a message?

2003-06-20 11:25:15
Thus spake Tom Ainscough (tom(_at_)ainscough(_dot_)com) [20/06/03 14:15]:
I am using the following procmail recipe. First it calls SpamAssassin, 
then it forwards spam to spam(_at_)domain(_dot_)com(_dot_) That all works 
nicely. The 
problem is that now I am getting TWO copies. One untouched at the 
address that the spam was originally addressed to 
(user(_at_)domain(_dot_)com), 
and one with all of the spamassassin tags in spam(_at_)domain(_dot_)com(_dot_)

How do I kill the original copy that is going into user(_at_)domain(_dot_)com?


LOGFILE=procmail.log
VERBOSE=yes
:0 f
|/usr/bin/spamc
:0
* ^X-Spam-Flag: YES
!spam(_at_)domain(_dot_)com

spamc is a filter -- you might want to wait for its output before
continuing:

    LOGFILE=procmail.log
    VERBOSE=yes
    :0Wf
    |/usr/bin/spamc

    :0
    * ^X-Spam-Flag: YES
    !spam(_at_)domain(_dot_)com

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>