On Sun, 2007-06-24 at 11:57 -0400, Dave Lugo wrote: > Hi, > > I'd like to be able to add WL entries automagically, based on > outmail email from my system to remote addresses. > > ie: > > . [EMAIL PROTECTED] sends to [EMAIL PROTECTED] > . the couplet 'mail_from:[EMAIL PROTECTED] rcpt_to:[EMAIL PROTECTED]' > is added in some fashion to a db-style WL by exim[1] > > (I suppose this could be done with an external *sql db, but keeping > in exim seems lighter weight) > > Thoughts?
Alternatively, stick a magic hash signature in all your outgoing message-ids, much as I currently do my reverse-paths. When you get a message containing one of your own message-ids in its References: header, you have a reasonable expectation that it's ham. And you can then whitelist the sender address or the sending host or whatever you choose to do. -- dwmw2 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
