Re: SaneSecurity custom rules

2011-05-08 Thread darxus
On 05/08, Munroe Sollog wrote: > I am working on adding some rules to SA so that SA adds more points when > detecting a signature. Here is a pastebin of the headers and the rules: > > http://pastebin.com/qnwbSq5d > > It should be adding 4 points as per my rule, but as it is it is only > adding 0

SaneSecurity custom rules

2011-05-08 Thread Munroe Sollog
I am working on adding some rules to SA so that SA adds more points when detecting a signature. Here is a pastebin of the headers and the rules: http://pastebin.com/qnwbSq5d It should be adding 4 points as per my rule, but as it is it is only adding 0.1 points. -- Munroe Sollog Digirati Consult

Re: why matches FRT_SOMA and URI_HEX ?

2011-05-08 Thread Karsten Bräckelmann
On Thu, 2011-05-05 at 07:59 +0200, Andreas Schulze wrote: > yesterday I noticed a DSN my mailer send back was rejected as spam. > > I found that SA-Rules FRT_SOMA and URI_HEX matches but I don't > find why ?? Hard to tell without the original body. In particular FRT_SOMA is a body rule, that trig

Re: warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444

2011-05-08 Thread Mark Martinec
Marco, > When spamd is started at boot time I get the error: > warn: Use of uninitialized value $opt{"syslog-socket"} in lc at > /usr/local/bin/spamd line 444 > It has been there for a long time but doesn't seem to be damaging, but I > was wondering what it means, and if I can get rid of it. > P

Re: Spamhaus PBL and ZEN blocklists

2011-05-08 Thread Sahil Tandon
On Sun, 2011-05-08 at 12:05:50 -0700, Rich Wales wrote: > Does the RCVD_IN_PBL rule in SpamAssassin take care to check *only* > the *last* (chronologically last, physically first) "Received:" > line? Or does it parse *all* the "Received:" header lines and > match *any* occurrence of a PBL-listed

Re: Spamhaus PBL and ZEN blocklists

2011-05-08 Thread Ned Slider
On 08/05/11 20:05, Rich Wales wrote: I see references to the Spamhaus PBL and ZEN blocklists in the SpamAssassin rules, and I'm confused / concerned about this. According to the web page (http://www.spamhaus.org/pbl/), the Spamhaus PBL "is a DNSBL database of end-user IP address ranges which sho

Spamhaus PBL and ZEN blocklists

2011-05-08 Thread Rich Wales
I see references to the Spamhaus PBL and ZEN blocklists in the SpamAssassin rules, and I'm confused / concerned about this. According to the web page (http://www.spamhaus.org/pbl/), the Spamhaus PBL "is a DNSBL database of end-user IP address ranges which should not be delivering unauthenticated S

Re: warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444

2011-05-08 Thread Marco Beishuizen
On Sun, 8 May 2011, the wise Michael Scheidell wrote: missing the syslog conf setting? I don't have anything spamd related in syslog.conf. the official freebsd port? what port version? newest? Yes, it's the latest portversion (4.8.0) -- Who to himself is law no law doth need, offends no l

Re: warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444

2011-05-08 Thread Michael Scheidell
On 5/8/11 7:20 AM, Marco Beishuizen wrote: ... warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444 ... missing the syslog conf setting? PS: running SA on FreeBSD 8.2-STABLE -- the official freebsd port? what port version? newest? -- Michael Sche

warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444

2011-05-08 Thread Marco Beishuizen
Hi, When spamd is started at boot time I get the error: ... warn: Use of uninitialized value $opt{"syslog-socket"} in lc at /usr/local/bin/spamd line 444 ... It has been there for a long time but doesn't seem to be damaging, but I was wondering what it means, and if I can get rid of it. Th