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 {

        $recips = $client->{TO};

    }

change :

@recipients = ("$spamaddr");

to 

$recips = $client->{TO};

That should fix it :-)


> -----Original Message-----
> From: Marc G. Fournier [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 19 maart 2002 19:44
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] spamproxyd process in 2.11 ...
> 
> 
> 
> requiers a 'reporting address' to send the spam to ... which, 
> from what
> I've been able to tell, prevents it from being delivered to 
> the original
> recipient if marked as spam ...
> 
> am I missing something?  I want the email to be sent to the 
> recipient, I
> just want them to know that it is spam, or, at least, its 
> suspected to be
> spam ...
> 
> 
> 
> 
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
> 

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to