Dave Lugo <[EMAIL PROTECTED]> said, in message [EMAIL PROTECTED]: > > 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?
It works - I've been doing it for years. Personally, I use readsocket function to talk to a perl function to add the address into a MySQL database. But that's because my whole anti-spam strategy for the Uni is based around a database anyway. You could just as easily use CDB or whatever. Cheers, Alun. -- Alun Jones [EMAIL PROTECTED] Systems Support, (01970) 62 2494 Information Services, University of Wales, Aberystwyth -- ## 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/
