if you're using the default behavior of letting SA mark the subject line, 
then filtering via postfix works just fine.

It might mean, however, that you have to enable procmail as the default 
MDA in your postfix/main.cf file.

Just make sure that you have "mailbox = /usr/bin/procmail" uncommented in 
postfix/main.cf, and you should be fine.

Then, add:

:0:
* ^Subject:.*\*\*\*\*SPAM\*\*\*\*\*
$HOME/mail/caughtspam (or, /dev/null, if you just want to dump it)

to your users' local .procmailrc files, and:

:0 fw
| spamc
{
        EXITCODE=$?
}

to /etc/procmailrc.

On Wed, 17 Jul 2002, Joerg Henner wrote:

> Hi,
> 
> did anyone know a way, to bring it working with the requirements in the
> Subject-Line ??
> 
> 
> Hope anyone can get me some hints/tips ...
> 
> 
> Thanx and Greetings in advance,
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to