Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-beta4
-
None
-
None
Description
InSpammerBlacklist is configured by default in the mailetcontainer.xml
<mailet match="InSpammerBlacklist=dnsbl.njabl.org." class="ToProcessor">
<processor>spam</processor>
<notice>550 Requested action not taken: rejected - see http://njabl.org/</notice>
</mailet>
This gives a safer default configuration but slows down the spooling.
This configuration will still be present in the -template, and thus can be applied by any administrator before starting the server.
I propose to get rid of it.
If I don't hear anything against, I will to it tomorrow.