Re: R: How to filter these spam messages

2006-10-19 Thread Jonas Eckerman
Giampaolo Tomassoni wrote: Which kind of algorithm you use for address massacring? To see it in context, read the code at http://whatever.frukt.org/mimedefangfilter.text.shtml The following sub routine is the main part of the mail address changing: ---8--- sub greylist_strip_mail($$$) {

R: How to filter these spam messages

2006-10-18 Thread Giampaolo Tomassoni
We also massacre the sender address a bit so that for most mailing lists only the first mail to a recipient is delayed. Which kind of algorithm you use for address massacring? giampaolo