The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

export - Manage a spamtrap and produce DNS::BL commands to respond

SYNOPSIS

  export -c connect-command [-F format] [-h] [-H head-file] [-o output-file] [-T tail-file]

DESCRIPTION

This program is helpful for converting a DNS::BL data store into a useable zone file. Tipically, it will be invoked via crontab(5).

The following options control the behaviour of this program.

-c connect-string

How to connect to the DNS::BL backing store. This is essentially a connect command. See DNS::BL::cmds::connect for more information.

-F format

Define the format in which entries are to be extracted from the DNS::BL store. Supported formats are provided by DNS::BL::cmds::print.

Defaults to "djdnsbl". Note that although "internal" is accepted, it produces no useable output.

-h

Output this documentation and terminate the program.

-H head-file

The contents of this file, are added at the beginning of the output file.

-o output-file

Where to send the output of the conversion to. Defaults to STDOUT if left unspecified.

-T tail-file

The contents of this file are appended at the end of the output file.

HISTORY

$Log: export,v $ Revision 1.2 2004/11/09 23:35:04 lem Fixed bug in contrib/export

Revision 1.1 2004/11/05 22:29:48 lem Added export

LICENSE AND WARRANTY

This code and all accompanying software comes with NO WARRANTY. You use it at your own risk.

This code and all accompanying software can be used freely under the same terms as Perl itself.

AUTHOR

Luis E. Muñoz <luismunoz@cpan.org>

SEE ALSO

perl(1), crontab(5), DNS::BL(3), DNS::BL::cmds::connect(3), DNS::BL::cmds::print(3).

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 183:

Non-ASCII character seen before =encoding in 'Muñoz'. Assuming CP1252

Around line 190:

'=end' without a target?