merge 87114
tags patch
thanks
Here are manual pages that I wrote for Cygwin. Can be included in Debian
as well.
Jari
# This is manual page in Perl POD format. Create manual page with:
#
# pod2man PAGE.N.pod > PAGE.N
=pod
=head1 NAME
rblcheck-origip.pl - Parse Ip addresses from Received: headers
=head1 SYNOPSIS
B<rblcheck-origip.pl> message
=head1 DESCRIPTION
Extract original IP addresses from mail message's Received headers.
If no IP addressed can be found, return 127.0.0.1
=head1 SEE ALSO
L<rblcheck(1)> L<rbl(1)> L<rblcheck-test(1)>
=head1 AUTHORS
This manual page was created by Jari Aalto for Cygwin system (but may
be used by others).
=cut
# This is manual page in Perl POD format. Create manual page with:
#
# pod2man PAGE.N.pod > PAGE.N
=pod
=head1 NAME
rblcheck-test.pl - Test list of message for RBL status.
=head1 SYNOPSIS
B<rblcheck-test.pl> [DIR|FILE] ...
=head1 DESCRIPTION
This command check a mail message and it's Received: headers if they
contain IP addresses that have been reported to realtime block lists.
If no DIR or FILE is given, $HOME/Maildir/{new} directory is searched
for messages.
Messages must have been stored in format: one mail at a time-.
=head1 SEE ALSO
L<rblcheck(1)> L<rbl(1)> L<rblcheck-origip(1)>
=head1 AUTHORS
This manual page was created by Jari Aalto for
Cygwin system (but may be used by others).
=cut
# This is manual page in Perl POD format. Create manual page with:
#
# pod2man PAGE.N.pod > PAGE.N
=pod
=head1 NAME
rblcheck - Check if IP address is in block list
=head1 SYNOPSIS
B<rblcheck> [options] <address> [<address> ...]
=head1 OPTIONS
=over 4
=item B<-c>
Clear current list of RBL services.
=item B<-h|-?>
Print short help.
=item B<-l>
List default RBL services to check.
=item B<-m>
Stop checking after first address match in list.
=item B<-s SERVICE>
Add new RBL service.
=item B<-t>
Print DNS TXT record if any.
=item B<-v>
Version information.
=item B<-q>
Quiet mode; no output.
=back
=head1 DESCRIPTION
Check if Ip addresses are in Real Time Block Lists. If ADDRESS is '-',
the list of address is read from standard input.
=head1 SEE ALSO
L<rbl(1)> L<rblcheck-test(1)> L<rblcheck-origip(1)>
=head1 AUTHORS
This manual page was created by Jari Aalto for Cygwin system (but may
be used by others).
=cut