Please wake me from my nightmare. I thought I had this figured out - may
have bit off too much, lacking Perl experience and all.
In maillog:
May 9 12:40:11 arsenic courierfilter: Starting pureperlfilter
May 9 12:40:11 arsenic courierfilter: Can't call method "close" on an
undefined value at /usr/local/lib/perl5/site_perl/5.8.4/Courier/Filter.pm
line 299.
My simple (I thought) perlfilter.conf - right from
http://search.cpan.org/~jmehnle/Courier-Filter-0.12/lib/Courier/Filter/Overv
iew.pod
use utf8;
use Courier::Filter::Logger::File;
use Courier::Filter::Module::Header;
$options = {
logger => Courier::Filter::Logger::File->new(
file_name => '/var/log/courier-pureperlfilter.log',
timestamp => 1
),
modules => [
Courier::Filter::Module::Header->new(
fields => {
subject => qr/fuzzybuzzy/
},
response => 'No fuzzybuzzy, please!'
)
]
};
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
- RE: [courier-users] Courier::Filter->HELP!! Jerry Amundson
- RE: [courier-users] Courier::Filter->HELP!! Werner Johansson
- [courier-users] Re: Courier::Filter->HELP!! Jerry Amundson
- [courier-users] Re: Courier::Filter->HELP!! Jerry Amundson
- [courier-users] Re: Courier::Filter->HELP... Jerry Amundson
- [courier-users] RE: Can't call method "close&qu... Julian Mehnle
- [courier-users] Re: Can't call method "clos... Jerry Amundson
