[svn:qpsmtpd] r677 - branches/0.3x/plugins
[email protected] Thu, 7 Dec 2006 02:29:45 -0800 (PST)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: vetinari Date: Thu Dec 7 02:29:41 2006 New Revision: 677 Modified: branches/0.3x/plugins/dnsbl Log: removed spamassassin doc from dnsbl Modified: branches/0.3x/plugins/dnsbl ============================================================================== --- branches/0.3x/plugins/dnsbl (original) +++ branches/0.3x/plugins/dnsbl Thu Dec 7 02:29:41 2006 @@ -2,19 +2,12 @@ =head1 NAME -spamassassin - SpamAssassin integration for qpsmtpd +dnsbl - handle DNS BlackList lookups =head1 DESCRIPTION -Plugin that checks if the mail is spam by using the "spamd" daemon -from the SpamAssassin package. F<http://www.spamassassin.org> - -SpamAssassin 2.6 or newer is required. - -=head1 CONFIG - -Configured in the config/dnsbl_zones files. One line per zone name, -for example +Plugin that checks the IP address of the incoming connection against +a configurable set of RBL services. =cut @@ -209,15 +202,6 @@ 1; -=head1 NAME - -dnsbl - handle DNS BlackList lookups - -=head1 DESCRIPTION - -Plugin that checks the IP address of the incoming connection against -a configurable set of RBL services. - =head1 Usage Add the following line to the config/plugins file: