View previous topic :: View next topic |
Author |
Message |
GJim
Joined: 07 Feb 2007 Posts: 5
|
Posted: Wed Feb 07, 2007 1:00 pm Post subject: Query: Black Rules |
|
|
I've just downloaded and installed AntispamSniper, and I really like it so far. Fairly certain that you'll be getting an order for the paid version.
Is there a reference manual for developing black rules, how to configure the Reg-Ex statements?
I have a Reg-Ex file that I used with the Bayesit filter; I modified some of the default rules, and also wrote some myself. Can these be copied/imported, as is, or would modifications need to be made?
As an example:
~~~
@Subject: {Re [}
-@HEADER: "In-Reply-To"
-HEADER: 75.0 "References" [More faked reply spam, 'Re [' in Subject, but no 'References' in header, Variant 1 -- added by JCA]
~~~
G'Jim c):{- |
|
Back to top |
|
|
vetaltm Author
Joined: 05 Feb 2006 Posts: 748
|
Posted: Wed Feb 07, 2007 1:43 pm Post subject: Re: Query: Black Rules |
|
|
There is some info on rules in AntispamSniper manual (the topics Filtering | Rules and Filtering | Rule conditions). The syntax of regular expressions is the same as in TheBat and BayesIt (PCRE based).
GJim wrote: |
~~~
@Subject: {Re [}
-@HEADER: "In-Reply-To"
-HEADER: 75.0 "References" [More faked reply spam, 'Re [' in Subject, but no 'References' in header, Variant 1 -- added by JCA]
~~~
|
The rules may be imported manually. E.g. in described case the rule will contain two conditions and may look like this:
Header{Subject} =~ Re \[
Not Header{In-Reply-To} =~ .* |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|