Re: perl script for postfix logs to create spamd tables

2005-10-31 Thread Stuart Henderson
--On 31 October 2005 16:14 -0800, John Brahy wrote: Does anyone have a script that parses postfix logs and adds servers to the spamd tables? I do use and love spamd, but what I want to accomplish is to add servers that are attempting dictionary attacks and such into the spamd tables. See sp

Re: perl script for postfix logs to create spamd tables

2005-10-31 Thread John Brahy
adding servers that I send outgoing emails to, to a whitelist which I like also. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad M Stewart Sent: Monday, October 31, 2005 2:56 PM To: John N. Brahy Cc: misc@openbsd.org Subject: Re: perl script for postfi

Re: perl script for postfix logs to create spamd tables

2005-10-31 Thread Chad M Stewart
Why would you want to do that? Put spamd in front of postfix and sit back and watch the spammers waste their time. Sure the first few hours can be trying as legitimate mail trickles through. Before I deployed spamd for the first time I lowered the passtime and tested. Once I was satisfi

perl script for postfix logs to create spamd tables

2005-10-31 Thread John N. Brahy
Does anyone have a script that parses postfix logs and adds servers to the spamd tables? Just checking before I write one.