>I'm trying to setup the following tests for weight.
>When I add the following (minus the # comment sign)
>
>#SPAMHEADERS spamheaders x x 3 0
>#NOABUSE noabuse x x 3 0
>#NOPOSTMASTER nopostmaster x x 3 0
>
>I get the following errors in the log:
>
>05/14/2002 12:06:13 Warning, misconfiguration in noabuse; expecting
>action
>05/14/2002 12:06:13 Warning, misconfiguration in nopostmaster;
>expecting action
The problem is that you don't need to add those lines. The weighting is
built into the test definitions; you don't need to add separate lines for them.
When Declude sees the line starting with "NOABUSE", it first checks to see
if there has already been a test called NOABUSE defined. If there has, it
assumes that you are determining what action to take ("NOABUSE HOLD", for
example). If the test hasn't been defined, it expects that the line
beginning with "NOABUSE" is a test definition -- but it isn't a valid one
(there is no test type called "noabuse").
If you want to set the weight of the noabuse test to 3, you would just
change the existing line:
NOABUSE rhsbl abuse.rfc-ignorant.org 127.0.0.4
4 0
to:
NOABUSE rhsbl abuse.rfc-ignorant.org 127.0.0.4
3 0
>I also have the following actions for these single tests:
>
>NOABUSE rhsbl abuse.rfc-ignorant.org 127.0.0.4 4
> 0
>NOPOSTMASTER rhsbl postmaster.rfc-ignorant.org 127.0.0.3 4
> 0
Note that these are the test definitions (where you would change the
weight, if you want).
>NOABUSE WARN
>NOPOSTMASTER WARN
And these are where you determine the action to take for the outgoing
E-mail that fails those tests.
So if you get rid of the lines that you added, and then change the test
definition line as shown above, you should be all set.
-Scott
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail". You can E-mail
[EMAIL PROTECTED] for assistance. You can visit our web
site at http://www.declude.com .