This is a discussion on Re: [courier-users] SpamAssassin Hit on local mail autoresponder within the Courier-Imap forums, part of the Mail Servers and Related category; charles uchu wrote: > Just setup and learned about autoresponders today using .mailfilter. > It's working good, except that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
charles uchu wrote:
> Just setup and learned about autoresponders today using .mailfilter. > It's working good, except that for autoresponses that go back to a > mailbox on the same server the auto-response message takes a -2.6 > point hit from SpamAssassin for the "ALL_TRUSTED" (Did not pass > through any untrusted hosts). > Any ideas on how to craft what is being invoked by mailbot so that it > doesn't take this hit from SA? > > My thought was possibly adding a Received: header like below as part > of invoking mailbot: > > Received: from localhost (localhost [127.0.0.1]) (uid 1003) by > localhost (localhost [127.0.0.1]) with local; Tue, 14 Jun 2005 > 17:28:19 -0400 > > Of course, the date would be modified to be the date at the moment the > autoresponse was sent. > > Any other ways that it could be done? Thanks for any tips! Huh? The -2.6 is not a hit it's a help. Since the email has not passed through any servers you have not defined as trused in local.cf (see spamass docs) 2.6 points are *subtracted from the overall score. That way, even if the email FPed on a few rules, it's still likely to get tagged as ham. You can turn this off by setting: score ALL_TRUSTED 0.0 in local.cf. Jay ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |