On Mon, May 13, 2002 at 11:35:40AM +0200, Jesus Climent wrote: > Having a strict configuration in my MTA (not allowing the use of our > domain for mail not coming from localhost), I do not want to check mail > in MTA level (using spamd/c) originated in my own system.
SA-Exim lets you do that and more. For instance, my config has: # Anything that doesn't expand to "" or "0" will be considered true # X-Disable-SA should be set as a warn header if mail is sent to postmaster # (in the RCPT ACL), this way you're not bouncing SA reports SAEximRunCond: ${if and {{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq {$h_X-Disable-SA:}{yes}} {! def:h_X-Spam-Flag:} } {1}{0}} But since you're running postfix, in the meantime, you can probably do the same (although it's a bit more work) with procmail rules before you run SA All that said, yes, as a more generic solution, it'd be nice if this were done inside SA. Marc -- Microsoft is to operating systems & security .... .... what McDonalds is to gourmet cooking Home page: http://marc.merlins.org/ | Finger [EMAIL PROTECTED] for PGP key _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk