Where do you tell postfix to use procmail?
{^_^}
----- Original Message -----
From: <[EMAIL PROTECTED]>
>
> Thanks, but my procmailrc already looks like that. The strange thing is
> that it won't delete the messages marked spam, but the one that was
> previously tagged as spam and accidentally got through again was
deleted...
> so it appears that the procmail recipe is correct, but that procmail isn't
> being called in the order that it should be?
>
> Here is my procmailrc:
>
>
****************************************************************************
***********************
> LOGFILE=/var/log/procmail.log
> DROPPRIVS=yes
>
> :0fw: spamassassin.lock
> * < 256000
> | /usr/local/bin/spamc
>
> :0:
> * ^X-Spam-Status: Yes
> /tmp/spam
>
> :0
> * ^^rom[ ]
> {
> LOG="*** Dropped F off From_ header! Fixing up. "
>
> :0 fhw
> | sed -e '1s/^/F/'
> }
>
>
****************************************************************************
*************************
>
> and my postfix master.cf:
>
>
****************************************************************************
*************************
>
> # Setup Spamassassin
> spamassassin unix - n n - - pipe
> user=filter argv=/usr/local/bin/sa-filter.csh -f ${sender} --
${recipient}
>