On Wed, Mar 27, 2002 at 01:17:42AM -0800, Craig Hughes wrote:
> The problem is that outgoing mail follows a different path.  I'm not
> sure where you'd interpose the "add to AWL" bit on the outbound path.  I
> guess if you know the SMTP server your MUA is sending through you could
> implement it there; or if you send through a local sendmail, maybe you
> could slip in there.  But then how do you know what user is doing the
> sending (ie whose AWL to add to?).  I guess with authenticated SMTP you
> might be able to tell.
> 
> C

I've seen a similar (but of course far inferior) spam checking script
(procmail based) add stuff to the whitelist when Bcc'd. They encourage you
to set your mailer to bcc yourself, and use procmail to add e-mail addresses
to the whitelist.

This is pretty easy to set up in procmail. Something like the folowing, but
IANA procmail expert.

:0
* From: "Duncan Findlay" <[EMAIL PROTECTED]>
| spamassassin -W

Then, set your MUA to Bcc yourself on everything.
In .muttrc if you use mutt:

my_hdr Bcc: [EMAIL PROTECTED]

Or something like that.

-- 
Duncan Findlay

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to