mouss <[EMAIL PROTECTED]> a écrit :
Zeuxi Gau wrote:
hello,
i would like to get some infos about spamassassin.
problem:
version 3.1.7 SpamAssassin with Fedora Core 2
I got SA to work fine, but i would like the mails detected as spam to
be forwarded to a special email address instead of the c
Zeuxi Gau wrote:
hello,
i would like to get some infos about spamassassin.
problem:
version 3.1.7 SpamAssassin with Fedora Core 2
I got SA to work fine, but i would like the mails detected as spam to
be forwarded to a special email address instead of the current mailbox.
--- .proc
While this is a procmail issue, not one for SA - assuming you want to dump
it to a mailbox on the same system here is my basic procmailrc recipe:
:0fwhb
| /usr/bin/spamc -u mail
:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*
/dev/null
:0H
* ^X-Spam-Status: Yes
/var/spool/mail/spammailbox
--
Basicall
That should work if that procmail recipe is run AFTER SpamAssassin.
Might be a good question to post to a group for your MTA if no one
here is able to provide a definite answer, as this really isn't a
SpamAssassin question per se.
Evan
At 10:04 AM 9/5/2007, Zeuxi Gau wrote:
hello,
i would