Mailing List Archive

[SpamAssassin Wiki] Updated: DynablockIssues
Date: 2004-03-31T09:24:42
Editor: 142.165.84.11 <>
Wiki: SpamAssassin Wiki
Page: DynablockIssues
URL: http://wiki.apache.org/spamassassin/DynablockIssues

no comment

Change Log:

------------------------------------------------------------------------------
@@ -6,6 +6,6 @@

The way around this is to get SpamAssassin to "trust" the dialup IP pool's addresses, so that they're exempted from the Dynablock test. e.g., if your dialup pools use the IP range 10.222.111.0-255, add this line:

- trusted_networks 10.222.111/24
+ trusted_networks 10.222.111/24 (to specify multiple trusted networks, add multiple "trusted_networks" lines)

in /etc/mail/spamassassin/local.cf .
[SpamAssassin Wiki] Updated: DynablockIssues [ In reply to ]
Date: 2004-04-01T17:39:05
Editor: 24.72.2.246 <>
Wiki: SpamAssassin Wiki
Page: DynablockIssues
URL: http://wiki.apache.org/spamassassin/DynablockIssues

no comment

Change Log:

------------------------------------------------------------------------------
@@ -6,6 +6,8 @@

The way around this is to get SpamAssassin to "trust" the dialup IP pool's addresses, so that they're exempted from the Dynablock test. e.g., if your dialup pools use the IP range 10.222.111.0-255, add this line:

- trusted_networks 10.222.111/24 (to specify multiple trusted networks, add multiple "trusted_networks" lines)
+ trusted_networks 10.222.111/24

in /etc/mail/spamassassin/local.cf .
+
+(to specify multiple trusted networks, add multiple "trusted_networks" lines)