-
-
23 Mar 2008 02:40:27 UTC
- Distribution: Courier-Filter
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers
- Kwalitee
Bus factor: 0- 74.60% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (64.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Error
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
test-filter-module - A tester for Courier::Filter modules
VERSION
0.18
SYNOPSIS
test-filter-module module [options] message [+control ...] [...]
DESCRIPTION
This is a tester for Courier::Filter modules. It sets up the specified Courier::Filter::Module::module filter module, using any supplied options, and then queries the filter module for consideration of the given message file and zero or more control files. More than one message/control files tuple may also be specified, in which case the filter module is applied to each message and its respective control file(s). Filter module options must be specified in the format -option=expr, where expr may be any valid Perl expression.
EXAMPLES
- test-filter-module DNSBL -zones='["bl.foo.org", "bl.bar.org"]' test.rfc2822 +test.control
-
Applies the Courier::Filter::Module::DNSBL filter module to the test.rfc2822/test.control message/control file tuple (taking the sending machine's IP address from the control file), using the blacklist DNS zones
bl.foo.org
andbl.bar.org
.
SEE ALSO
Courier::Filter::Overview, Courier::Filter
For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview.
AUTHOR
Julian Mehnle <julian@mehnle.net>
Module Install Instructions
To install Courier::Filter, copy and paste the appropriate command in to your terminal.
cpanm Courier::Filter
perl -MCPAN -e shell install Courier::Filter
For more information on module installation, please visit the detailed CPAN module installation guide.