removed spamassassin doc from dnsbl
git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@677 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
e299135526
commit
8b50f9f0dd
@ -2,19 +2,12 @@
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
spamassassin - SpamAssassin integration for qpsmtpd
|
dnsbl - handle DNS BlackList lookups
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
Plugin that checks if the mail is spam by using the "spamd" daemon
|
Plugin that checks the IP address of the incoming connection against
|
||||||
from the SpamAssassin package. F<http://www.spamassassin.org>
|
a configurable set of RBL services.
|
||||||
|
|
||||||
SpamAssassin 2.6 or newer is required.
|
|
||||||
|
|
||||||
=head1 CONFIG
|
|
||||||
|
|
||||||
Configured in the config/dnsbl_zones files. One line per zone name,
|
|
||||||
for example
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
@ -209,15 +202,6 @@ sub hook_disconnect {
|
|||||||
|
|
||||||
1;
|
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
|
=head1 Usage
|
||||||
|
|
||||||
Add the following line to the config/plugins file:
|
Add the following line to the config/plugins file:
|
||||||
|
Loading…
Reference in New Issue
Block a user