Please ... please ... put the downgrade to Razor 1.19 in the FAQ until the
next stable version
has all the 'razor' bugs worked out ...
> -Original Message-
> From: Craig Hughes [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 2 april 2002 20:06
> To: Bradley Glonka
> Cc: SpamAssassin Users
> S
[EMAIL PROTECTED]
> Subject: Re: [SAtalk] High Volume Mailserver
>
>
> On Wed, Mar 27, 2002 at 01:58:45PM +0100, Maurits Bloos wrote:
> |
> | And how do I do that with postfix as the 'in-between-hop'
> to my (yuk) M$
> | Exchange Server (yuk).
> | Mo
> -Original Message-
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: woensdag 27 maart 2002 13:41
> To: Maurits Bloos
> Cc: [EMAIL PROTECTED]
> Subject: Re: [SAtalk] High Volume Mailserver
>
>
> Maurits Bloos wrote:
> > Hi All,
> >
> > Are
Hi All,
Are there any options i should set for a High Volume Mailserver to get
spamassassin/spamproxyd properly working (without being a resource-hog).
I saw something about disabling SUBJ_ALL_CAPS ...
Any help would be welcome.
BTW: got it running like a charm on my 'home' mailserver ;-)
But I
Shouldn't this be on the SpamAssassin website... ?
A lot of people seem to have problems with Razor 1.20
> -Original Message-
> From: Matthew Cline [mailto:[EMAIL PROTECTED]]
> Sent: woensdag 20 maart 2002 21:17
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [SAtalk] Failed t
Hi,
> -Original Message-
> From: Greg Ward [mailto:[EMAIL PROTECTED]]
> Sent: woensdag 20 maart 2002 17:43
> To: [EMAIL PROTECTED]
> Subject: Re: [SAtalk] spamproxyd : 'sending spam to a
> spamtrap box & the
> intended recip ient'
>
>
> O
are 'really' spam or false alarms.
I'm not a perl wizard, so any help would be appreciated
--
Met vriendelijke groet/with kind regards,
Readershouse/Hearst Media B.V.
Maurits Bloos
ICT Manager
TEL : +31 20 - 355 1010
FAX : +31 20 - 355 1020
__
Hi,
Somewhere it should say
my $status = $spamtest->check($mail);
if ($status->is_spam ()) {
$status->rewrite_mail ();
$message = join ("",$mail->header(),@{$mail->body()});
@recipients = ("$spamaddr");
$recips = \@recipients;
} else {
$