Which should have been tipoff enough, but its been in interesting with a
death in the immediate family so I bit.
I haven't looked at the html in an editor yet, but will before I kill
anything that looks the least suspect.
I nailed every address it was relayed thru & put it in my .procmailrc wit
On Sun, Feb 18, 2007 at 05:02:10PM -0800, Evan Platt wrote:
> At 04:28 PM 2/18/2007, [EMAIL PROTECTED] wrote:
> >hello
> >
> >i have been using spamassassin for ages and it has always defaulted to
> >saying an email is spam and attaching the original message to the report
> >from spamassassin.
> >
At 04:28 PM 2/18/2007, [EMAIL PROTECTED] wrote:
hello
i have been using spamassassin for ages and it has always defaulted to
saying an email is spam and attaching the original message to the report
from spamassassin.
I was wondering if its possiable to make it just add the headers to the
email
hello
i have been using spamassassin for ages and it has always defaulted to
saying an email is spam and attaching the original message to the report
from spamassassin.
I was wondering if its possiable to make it just add the headers to the
email and not change the email in any other way, so if y
Justin Mason wrote:
Graham Murray writes:
Theo Van Dinter <[EMAIL PROTECTED]> writes:
Doesn't SA have at least 3 of those already? Razor, DCC, and Pyzor.
Not quite. Those show how many times *others* have seen it, not how
many times *I* have seen it. Also, these have hysteresis
So this code does a pretty good job of keeping out Asian spam
$spamtest->init(1);
my $check_mail = message_from_string_or_arrayref($mail->as_string);
my $msg = Mail::SpamAssassin::PerMsgStatus->new($spamtest,
$check_mail);
if ($msg->check_for_faraway_charset_in_headers())
{
igno
> -Original Message-
> From: Raul Dias [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 7:12 PM
> To: Maciej Friedel
> Cc: users@spamassassin.apache.org
> Subject: Re: [2] How can I configure spamassassin to filter spam jpgs?
>
> On Thu, 2007-02-15 at 11:01 +0100, Maciej Fri
Graham Murray writes:
> Theo Van Dinter <[EMAIL PROTECTED]> writes:
> > Doesn't SA have at least 3 of those already? Razor, DCC, and Pyzor.
>
> Not quite. Those show how many times *others* have seen it, not how
> many times *I* have seen it. Also, these have hysteresis so if you are
> unfortuna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Justin Mason wrote:
> Also, any suggestions from outside the dev team? Anyone got good ideas
> for new SpamAssassin features that would be good to pay someone to work on
> for 3 months?
If I look at the tools and scripts I built around SA (and whi