ixHash / NixSpam downloadable lists

2009-12-18 Thread Marc Patermann
Hi, because of no external DNS resolution provided by my /provider/, i can not use network test in SA and am stuck with local test. :( I thought about work around a lot of time, but most network checks rely on DNS. I can only use HTTP(S) via proxy servers and SMTP via relay servers. So no rs

Re: rule to check for non existing header

2009-01-28 Thread Marc Patermann
RW schrieb: I think the test needs to end in /m if you want to use ^ otherwise it'll see all the headers as one big string and only match when it's the first header. I tried so much, it must have been gone by the time I was testing. But Karsten already helped me out. Thanks Marc

Re: rule to check for non existing header

2009-01-28 Thread Marc Patermann
Karsten, Karsten Bräckelmann schrieb: Given the already existing positive check, the easiest way is this: meta  NON_PMS_Spam_DB ! PMS_Spam_DB score NON_PMS_Spam_DB -0.1 Thanks! That's what I searched for. And much easier than a regex. For more information and a introductory guide, see

rule to check for non existing header

2009-01-28 Thread Marc Patermann
Hi, my provider relays my mail and does spam checking with header tagging. I want to create rules to check for the tag headers and score them: - positive for existing headers - negative for non existing headers. The first one is easy: header PMS_Spam_DB exists:PMS-Spam-DB score PMS_Spam_DB 0.1