swiftone has asked for the wisdom of the Perl Monks concerning the following question:
However all involved modules that I can find are considered "up to date" by CPAN. (perl 5.8.4, debian system, with some files dating back to perl 5.6.1. Perl modules installed from CPAN rather than .deb)Don't know how to handle Mail::Audit::MailInternet at /usr/local/share +/perl/5.8.4/Mail/ListDetector/Detector/Mailman.pm line 16
While my actual filters are more involved, here's a simple case that triggers my error:
#!/usr/bin/perl -w use strict; use Mail::Audit qw(List); my $mail = Mail::Audit->new(); $mail->list_accept(); $mail->accept();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: I broke my Mail::Audit::ListDetector with Email::Abstract
by xorl (Deacon) on Aug 25, 2004 at 20:22 UTC | |
by swiftone (Curate) on Aug 26, 2004 at 14:13 UTC | |
|
Re: I broke my Mail::Audit::ListDetector with Email::Abstract
by davorg (Chancellor) on Aug 26, 2004 at 14:38 UTC |