[svn:qpsmtpd] r702 - branches/0.3x branches/0.3x/config.sample web
[email protected] Fri, 5 Jan 2007 18:25:48 -0800 (PST)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: ask
Date: Fri Jan 5 18:25:45 2007
New Revision: 702
Modified:
/ (props changed)
branches/0.3x/Changes
branches/0.3x/config.sample/dnsbl_zones
web/index.html
Log:
Update the sample configuration to use zen.spamhaus.org
take out ordb and mail-abuse references from sample config and the website
Modified: branches/0.3x/Changes
==============================================================================
--- branches/0.3x/Changes (original)
+++ branches/0.3x/Changes Fri Jan 5 18:25:45 2007
@@ -1,5 +1,7 @@
0.33 (to be)
+ Update the sample configuration to use zen.spamhaus.org
+
Support "module" plugins ("My::Plugin" in the config/plugins file)
Make the badmailfrom plugin support (optional) rejection messages after the
Modified: branches/0.3x/config.sample/dnsbl_zones
==============================================================================
--- branches/0.3x/config.sample/dnsbl_zones (original)
+++ branches/0.3x/config.sample/dnsbl_zones Fri Jan 5 18:25:45 2007
@@ -1,3 +1,2 @@
-rbl.mail-abuse.org
spamsources.fabel.dk
-sbl-xbl.spamhaus.org
+zen.spamhaus.org
Modified: web/index.html
==============================================================================
--- web/index.html (original)
+++ web/index.html Fri Jan 5 18:25:45 2007
@@ -64,7 +64,7 @@
href="http://svn.perl.org/qpsmtpd/trunk/plugins/check_earlytalker">check_earlytalker</a>
plugin (disconnects most viruses and many spam engines before we
even say hello!).
- <li>Support for DNS Black Lists like <a href="http://www.ordb.org/">ORDB</a> and the <a href="http://mail-abuse.org/">mail-abuse.org</a> lists.
+ <li>Support for DNS Black Lists like the <a href="http://www.spamhaus.org/">Spamhaus</a> lists.
<li>Support for <a href="http://www.rfc-ignorant.org/how_to_domain.php">Domain-Based Blacklist Zones</a> lists.
<li>Support for <a href="http://www.milter.org/">Milter</a> filters (yes, those written for sendmail) with the <a href="http://svn.perl.org/qpsmtpd/trunk/plugins/milter">milter plugin</a>
<li><a href="http://projects.puremagic.com/greylisting/">Greylisting</a> with Gavin Carr's <a href="http://www.openfusion.com.au/labs/qpsmtpd/denysoft_greylist">denysoft_greylist plugin</a>