Kris Deugau wrote:
arnaud wrote:
Sorry, i don't write (and speak too) a good english. How can i do to tells spamassassin for no scanning my incoming mailing list or some domain name, email adresse ?
That depends on how you're calling SpamAssassin. SA itself will always process a message if given one to process. (Barring the size restriction in spamd/spamc.)
In my case, for instance, SA is called from procmail just before the message is written to a mailbox. In my .procmailrc file, I have a number of procmail recipes that look something like this:
# SATalk :0: * ^List-Id: <users.spamassassin.apache.org> /home/kdeugau/mail/spam-stomping
This one files messages from this list in the spam-stomping folder before SA even sees the message. I have quite a long list of similar entries for other mailing lists.
-kgd
Ok Thank you. As your can see, i haven't understand this option. I use exiscan with exim. It would be better i suppose to perform spamassassin with procmail that i use too.
Regards, Arnaud