Re: Script to generate whitelist based on outgoing email

2008-02-04 Thread Jonas Eckerman
OliverScott wrote: Not sure if this will be of any use to anyone else, of if it can be made to work with anything other than Exim, but here is the first draft of a script to generate a whitelist based on outgoing email! That seems like it could create a pretty huge ruleset for sites with man

Re: Script to generate whitelist based on outgoing email

2008-02-03 Thread Mark Martinec
On Sunday 03 February 2008 16:14:37 OliverScott wrote: > Not sure if this will be of any use to anyone else, of if it can be made to > work with anything other than Exim, but here is the first draft of a script > to generate a whitelist based on outgoing email! I have had it running on a > server (

Script to generate whitelist based on outgoing email

2008-02-03 Thread OliverScott
; | awk 'BEGIN {print "header __MAIL_SENT_TO_4 FROM =~ /("} {print $0} END {print ")/i\n"}' | tr -d "\r\n" echo echo describe __MAIL_SENT_TO_4 From address which had been sent to four weeks ago echo echo echo meta MAIL_SENT_TO \(\(__MAIL_SENT_TO_0 + __MAIL