You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Facundo Barrera <fa...@gmail.com> on 2006/07/19 13:49:31 UTC

forwarding mails marked as spam to another account...

Hi list:
        Like it says on the subject... how can i achieve that...?? cause i'm
afraid of deleting them directly....
i read the faq, but sincerely i didn't understand how to do it...

Many thanks.
Facundo.

Re: forwarding mails marked as spam to another account...

Posted by jdow <jd...@earthlink.net>.
From: "Facundo Barrera" <fa...@gmail.com>

> Hi list:
>        Like it says on the subject... how can i achieve that...?? cause i'm
> afraid of deleting them directly....
> i read the faq, but sincerely i didn't understand how to do it...

Assuredly you cannot do this with SpamAssassin. You have to go up the
food chain a little. The utility that calls SpamAssassin will have to
handle any forwarding or the like.
{^_^}

AW: forwarding mails marked as spam to another account...

Posted by Whisky <wh...@level0.org>.
Hi Facundo.

That depends on what software you are using. If you are using procmail you
can add something like this to your procmail.rc:

----------------------------------------------------------------------------
----
:0:
#* ^X-Spam-Status: Yes
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
!spam@whereyouwanttosend.it
EOF
----------------------------------------------------------------------------
----

The commented line "#* ^X-Spam-Status: Yes" would just check for the spam
status (yes/no) od a mail while "* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*"
matches all mails that have a spam score >= 10.

Finally, "!spam@whereyouwanttosend.it" forwards these mails to a mail
account that you specify.

Hope that helps,

Stefan



________________________________________
Von: Facundo Barrera [mailto:facubarrera@gmail.com] 
Gesendet: Mittwoch, 19. Juli 2006 13:50
An: users@spamassassin.apache.org
Betreff: forwarding mails marked as spam to another account...

Hi list:
        Like it says on the subject... how can i achieve that...?? cause i'm
afraid of deleting them directly....
i read the faq, but sincerely i didn't understand how to do it...

Many thanks.
Facundo.