Re: spam check only local destinations

2009-03-27 Thread Georgy Goshin
I just thoght that there is a way to pass message to filter right before passing it to mailbox_command, deliver in my case. D. 1- if it's ok to filter mail if one of the recipient is local (eventhough other recipients may belong to other domains), you can use check_recipient_access: content_f

Re: spam check only local destinations

2009-03-25 Thread Georgy Goshin
what do you really mean? I really mean that the server is a relay for some domains and a local mailserver for one domain, so I need to check mails with spamassassin only mails that came here and not to check relayed mails. Thanks, G

spam check only local destinations

2009-03-25 Thread Georgy Goshin
Hi, I'm checking mail with spamassassin with this conf: smtp inet n - n - - smtpd -o content_filter=spamfilter:dummy How to check only local destination? Thanks, G.