[quote user="Thomas R. Stephenson"]
where within Mercury I ammend these settings so that it makes use of spamhaus and spamcop?
Configuration | MercuryS | Spam control Here's my blacklist configuration file that I use that you can copy to Notepad (or any other ASCII editor) and save to the Mercury directory to see how this is done. You can use tagging for awhile ( I watched for a couple of months) like I did for each list until I was sure there were no false positives. If you use tagging you can use a Mercury/32 filter to move these messages to a spam user account. I created the user "blacklist" and filtered mail with the tags to that user.
-------------------------------------------------- MS_SPAM.MER ------------------------------------
# Mercury/32 SMTP server block query definitions data file.
# Mercury/32 Mail Transport System, Copyright 1993-2006, David Harris.
Begin
Name: SpamHaus-Zen
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: zen.spamhaus.org
Strictness: Range 127.0.0.2 - 127.0.0.8
Action: Reject
Parameter: Blocked by SpamHaus.org See http://spamhaus.org for removal instructions
End
Begin
Name: PSBL
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: psbl.surriel.com
Strictness: Normal
Action: Reject
Parameter: X-Blocked: by PSBL See http://psbl.surriel.com for removal instructions
End
Begin
Name: SpamCop
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: bl.spamcop.net
Strictness: Normal
Action: Reject
Parameter: Spam blocked see: http://spamcop.net/bl.shtml?
End
Begin
Name: SpamHaus Zen PBL
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: zen.spamhaus.org
Strictness: Range 127.0.0.10 - 127.0.0.11
Action: Reject
Parameter: X-Blocked: by SpamHaus.org PBL See http://spamhaus.org for removal instructions
End
---------------------------------------------------- cut here ------------------------------------------------------------------------
[/quote]
Just out of curiosity why do you use normal strictness for the Spamcop and PSBL lists and ranges for spamhaus?
[quote user="Thomas R. Stephenson"]<blockquote>where within Mercury I ammend these settings so that it makes use of spamhaus and spamcop?</blockquote><p>Configuration | MercuryS |&nbsp; Spam control&nbsp; Here's my blacklist configuration file that I use that you can copy to Notepad (or any other ASCII editor) and save to the Mercury directory to see how this is done.&nbsp; You can use tagging for awhile ( I watched for a couple of months) like I did for each list until I was sure there were no false positives.&nbsp; If you use tagging you can use a Mercury/32 filter to move these messages to a spam user account.&nbsp; I created the user "blacklist" and filtered mail with the tags to that user.</p><p>-------------------------------------------------- MS_SPAM.MER&nbsp; ------------------------------------
</p><p># Mercury/32 SMTP server block query definitions data file.
# Mercury/32 Mail Transport System, Copyright 1993-2006, David Harris.
Begin
Name: SpamHaus-Zen
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: zen.spamhaus.org
Strictness: Range 127.0.0.2 - 127.0.0.8
Action: Reject
Parameter: Blocked by SpamHaus.org See http://spamhaus.org for removal instructions
End
Begin
Name: PSBL
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: psbl.surriel.com
Strictness: Normal
Action: Reject
Parameter: X-Blocked: by PSBL See http://psbl.surriel.com for removal instructions
End
Begin
Name: SpamCop
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: bl.spamcop.net
Strictness: Normal
Action: Reject
Parameter: Spam blocked see: http://spamcop.net/bl.shtml?
End
Begin
Name: SpamHaus Zen PBL
Enabled: Y
QueryType: Blacklist
QueryForm: Address
Hostname: zen.spamhaus.org
Strictness: Range 127.0.0.10 - 127.0.0.11
Action: Reject
Parameter: X-Blocked:&nbsp; by SpamHaus.org PBL See http://spamhaus.org for removal instructions
End</p><p>---------------------------------------------------- cut here ------------------------------------------------------------------------
</p><p>[/quote]</p><p>Just out of curiosity why do you use normal strictness for the Spamcop and PSBL lists and ranges for spamhaus?
</p>