Re: Testing for existence of header

2008-08-12 Thread Michael Scheidell
From: Kenneth Porter [EMAIL PROTECTED] Date: Mon, 11 Aug 2008 22:34:05 -0700 To: SpamAssassin Users List users@spamassassin.apache.org Subject: Testing for existence of header http://wiki.apache.org/spamassassin/WritingRules Shows how to test for text associated with a header. How do I

Add header rule problem

2008-08-12 Thread mezcal
Hello, I have been trying to add simple rule. # eset header ESET_SP X-Eset-AntiSpam =~ /^SPAM/ describe ESET_SPMarked by Eset score ESET_SP 0.1 It s the header:

Re: Debugging TrustPath Problem

2008-08-12 Thread Matus UHLAR - fantomas
On Mon, Aug 11, 2008 at 01:35:30PM -0600, Bob Proulx wrote: Now that I am aware of internal_networks I read through the documentation carefully several times and I couldn't imagine a configuration where splitting this was useful. If someone had an example of such to add to the

Re: Add header rule problem

2008-08-12 Thread Michael Scheidell
From: mezcal [EMAIL PROTECTED] Date: Tue, 12 Aug 2008 00:22:55 -0700 (PDT) To: users@spamassassin.apache.org Subject: Add header rule problem Hello, I have been trying to add simple rule. # eset header ESET_SP X-Eset-AntiSpam =~ /^SPAM/ describe ESET_SP

Re: Add header rule problem

2008-08-12 Thread mezcal
Thanks for your replay. spamassassin --lint says nothing spamassassin -D [19740] dbg: logger: adding facilities: all [19740] dbg: logger: logging level is DBG [19740] dbg: generic: SpamAssassin version 3.1.9 [19740] dbg: config: score set 0 chosen. [19740] dbg: util: running in taint mode? yes

Re: iXhash plugin and lists - feedback wanted

2008-08-12 Thread youkajouan
Hi, Did you continue to keep your DNS server ? and your plug-in ? Are you interested about other DNS server (free) ? What about a public server farm ? (but need synchronization) Regards, Youkajouan -- View this message in context:

Re: Testing for existence of header

2008-08-12 Thread Matt Kettler
Michael Scheidell wrote: From: Kenneth Porter [EMAIL PROTECTED] Date: Mon, 11 Aug 2008 22:34:05 -0700 To: SpamAssassin Users List users@spamassassin.apache.org Subject: Testing for existence of header http://wiki.apache.org/spamassassin/WritingRules Shows how to test for text associated with a

Re: Add header rule problem

2008-08-12 Thread Matt Kettler
mezcal wrote: Hello, I have been trying to add simple rule. # eset header ESET_SP X-Eset-AntiSpam =~ /^SPAM/ describe ESET_SPMarked by Eset score ESET_SP 0.1 It s the

spamassassin rules

2008-08-12 Thread Jimmy Stewpot
Hello, I currently use the SARE rules database for my incoming spam detection and prevention. Over recent months I have begun to see a big increase in the number of spams. I am interested to know if there are any alternatives to SARE for an external list of rules? Regards, Jimmy

R/O: tie failed: Permission denied

2008-08-12 Thread Hungry Snail
hi Guys, I have recently moved out mail server to new hardware. It is setup exactly the same way (an identical mirror), yet I am getting the following warnings in my spamd.log. Tue Aug 12 15:13:36 2008 [6247] warn: bayes: cannot open bayes databases /etc/mail/spamassassin/spamdb/bayes_* R/O:

Re: R/O: tie failed: Permission denied

2008-08-12 Thread Michael Scheidell
From: Hungry Snail [EMAIL PROTECTED] Date: Tue, 12 Aug 2008 07:21:01 -0700 (PDT) To: users@spamassassin.apache.org Subject: R/O: tie failed: Permission denied hi Guys, I have recently moved out mail server to new hardware. It is setup exactly the same way (an identical mirror),

Re: R/O: tie failed: Permission denied

2008-08-12 Thread Hungry Snail
Michael Scheidell wrote: From: Hungry Snail [EMAIL PROTECTED] Date: Tue, 12 Aug 2008 07:21:01 -0700 (PDT) To: users@spamassassin.apache.org Subject: R/O: tie failed: Permission denied hi Guys, I have recently moved out mail server to new hardware. It is setup exactly the

Re: Pharma spam getting through again

2008-08-12 Thread Owen Mehegan
On Thu, Aug 07, 2008 at 01:51:00PM -0700, Owen B. Mehegan wrote: Uh, whoops. Apparently I deleted the body of the message before I sent it. Sorry... I was asking for help figuring out why messages like the one I attached are getting through my SA setup. I'm using SA 3.2.1 with spamd, through

Re: R/O: tie failed: Permission denied

2008-08-12 Thread Michael Scheidell
Copying thigs across doesn't always preserve permissions. For cp command, you would need the '-p' option. Same for scp or rcp. rsync, would be -a option. Most likely permissions problems. Since the error message says 'Permission denied' Look at permissions on the files AND the directory, and

Re: Pharma spam getting through again

2008-08-12 Thread Theo Van Dinter
On Tue, Aug 12, 2008 at 12:41:17PM -0700, Owen Mehegan wrote: Here are two more that got through today. Even several hours later, these haven't shown up in blacklists. Do anyone else's rules catch these? Your main problem is that both messages hit BAYES_00: X-Spam-Status: No, score=2.0

Re: Pharma spam getting through again

2008-08-12 Thread Owen B. Mehegan
Rats. It does seem like everything getting through lately is scoring 0% in Bayes. I was hoping it was just clever spammers. I guess it's time to purge my Bayes database and start over. -- Owen B. Mehegan ([EMAIL PROTECTED]) On Tue, Aug 12, 2008 at 12:41:17PM -0700, Owen Mehegan wrote: Here

Re: Debugging TrustPath Problem

2008-08-12 Thread Bob Proulx
Matus UHLAR - fantomas wrote: Bob Proulx wrote: Now that I am aware of internal_networks I read through the documentation carefully several times and I couldn't imagine a configuration where splitting this was useful. If someone had an example of such to add to the documentation that