I implemented spamassassin in my following environment:

- Postfix for SMTP
- Cyrus Imapd (2.0.16)
- Procmail delivery
- Spamassassin (2.43)


For postfix I changed the main.cf to:
mailbox_transport = procmail


And master.cf to:
procmail  unix  -       n       n       -       -       pipe
    flags=R user=cyrus argv=/usr/bin/procmail -t -m USER=${user}
EXT=${extension} /etc/procmailrc


/etc/procmailrc looks like:
:0 fw
| /usr/bin/spamassassin -P -F0 -a
:0
* ^X-Spam-Flag: YES
| /usr/lib/cyrus/bin/deliver -e -a $USER -m user.$USER.SPAM
:0
| /usr/lib/cyrus/bin/deliver -e -a $USER -m user.$USER


All inbound mails passes through procmail and spamassassin is called (I
see this in "top"). The mails also arrive in the right inbox via cyrus.

I wonder why no additional headers like "X-Spam-Flag"
oder"X-Spam-Status" is set by spamassassin. The mail ist just delivered
without any changes.

Does someone has got an idea what's going wrong and how to fix it?

Thanks  in advance

Christoph



-------------------------------------------------------
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