NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
typos in the spamc section, procmail recipe issue (Score:1)
Re:typos in the spamc section, procmail recipe iss (Score:2)
You're right about the spamc thing, I should probably let all the spamc's do their work.
Re:typos in the spamc section, procmail recipe iss (Score:1)
Re:typos in the spamc section, procmail recipe iss (Score:1)
speed of spamc using Mail::Audit? (Score:1)
So is there a way to have the speed of using spamc while using Mail::Audit? Would simply switching to pperl work?
Thanks.
Mark
Re:speed of spamc using Mail::Audit? (Score:2)
I use procmail over Mail::Audit these days because I've found it to be more reliable - that's not to say I still don't use perl to do most of my mail filtering. Here's the bottom of my procmail script:
where_to_guv is a pperl script that just prints out the name of th
missing "use" or "require" line for "Mail::SpamAss (Score:1)
In the original Mail::Audit script in the article, shouldn't there be a line for "use Mail::SpamAssassion" or "require Mail::SpamAssassin" in there somewhere?