Re: [Mimedefang] sa-update

2006-04-27 Thread Josh Kelley
On 4/24/06, David F. Skoll [EMAIL PROTECTED] wrote: Jonas Eckerman wrote: +my $LOCAL_STATE_DIR = '/var/lib'; That works for FreeBSD, but look at Mail-SpamAssassin's Makefile.PL. It contains a subroutine _set_macro_LOCALSTATEDIR that supposedly sets the default for LOCAL_STATE_DIR. If

[Mimedefang] [Slightly OT, but good to know] Danger Will Robinson!

2006-04-27 Thread Ben Kamen
Heads up: Subject: Verizon's Aggressive New Spam Filter Causing Problems (Slashdot) [ScuttleMonkey on Slashdot:] Aviancarrier writes Verizon DSL has turned on a very aggressive spam filter that is blocking lots of long-time legitimate e-mails. E-Mails get bounced with an error: '[EMAIL

Re: [Mimedefang] sa-update

2006-04-27 Thread John Nemeth
On Sep 17, 11:44am, Josh Kelley wrote: } On 4/24/06, David F. Skoll [EMAIL PROTECTED] wrote: } Jonas Eckerman wrote: } } +my $LOCAL_STATE_DIR = '/var/lib'; } } That works for FreeBSD, but look at Mail-SpamAssassin's Makefile.PL. } It contains a subroutine _set_macro_LOCALSTATEDIR that

Re: [Mimedefang] sa-update

2006-04-27 Thread David F. Skoll
John Nemeth wrote: If we're looking at this, couldn't we just grab it from SpamAssassin directly, i.e.: my $LOCAL_STATE_DIR = $Mail::SpamAssassin::LOCAL_STATE_DIR; ? Hah. :-) Please. You give the SpamAssassin authors way too little credit. They're much too devious and unforgiving to

[Mimedefang] SpamAssassin command-line tools: Questionable manipulation of @INC

2006-04-27 Thread David F. Skoll
Hi, While I was rooting around in the SpamAssassin code, I found what I consider to be poor practice, and posted a bug here: http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4882 I don't think it's a huge deal, but still... should be fixed. Regards, David.

Re: [Mimedefang] sa-update

2006-04-27 Thread John Nemeth
On Sep 17, 4:25pm, David F. Skoll wrote: } John Nemeth wrote: } } If we're looking at this, couldn't we just grab it from } SpamAssassin directly, i.e.: } } my $LOCAL_STATE_DIR = $Mail::SpamAssassin::LOCAL_STATE_DIR; ? } } Hah. :-) Please. You give the SpamAssassin authors way too }