Hi folks,
I have SA injected into my postfix system the following way:
master.cf:
10.0.0.1:smtp inet n - n - - smtpd
-o content_filter=spamassassin
spamassassin unix - n n - - pipe
user=spamassassin argv=/usr/bin/spamc -f -e /usr/lib/sendmail.postfix
-oi -f ${sender} ${recipient}
main.cf:
content_filter = scan:127.0.0.1:10025
I would like to exclude certain IP ranges from scanning at all. Say I do
not want to scan messages from 1.2.3.4 at all (do not forward them to
the content filter). How can I generally do that?
Thanks,
Pete