Massé Martin wrote:

Avec un Reply To: mal positionné ^o^

> Bonjour à tous,
> Voici mon fichier .procmailrc. :
>
> Mon problème: je souhaite faire transférer les mails considérés comme Spams par spamassassin dans un répertoire de mon choix: > Avez -vous une idée quant à l'écriture de ceette règle dans mon .procmailrc ?

Voici les miennes
(Installation par défaut sur SME)

<COPIE>
# ----------------------------------------------------------------------
# Route email to SpamAssassin Router
# The condition line ensures that only messages smaller than 250 kB
# (250 * 1024 = 256000 bytes) are processed by SpamAssassin. Most spam
# isn't bigger than a few k and working with big messages can bring
# SpamAssassin to its knees.
# ----------------------------------------------------------------------
:0fw
* < 256000
| /usr/bin/spamc




# -------------------------------------------------------------------------
# Mails with a score of 15 or higher are almost certainly spam (with 0.05%
# false positives according to rules/STATISTICS.txt). Let's put them in a
# different mbox or simply delete them. (This one is optional.)
# --------------------------------------------------------------------------
:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/dev/null

# -------------------------------------------------------------------------
# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to spam@ mailbox
# -------------------------------------------------------------------------
#:0
#* ^X-Spam-Status: Yes
#! [EMAIL PROTECTED]


# -------------------------------------------------------------------------
# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to the junkmail folder
# -------------------------------------------------------------------------
:0
* ^X-Spam-Status: Yes
$MAILDIR/junkmail/



# --------------------------
# all else goes to the inbox
# --------------------------
:0
$DEFAULT

</COPIE>

--
Prenez du bon temps! Oubliez le stress! Utilisez Linux :o)
JFGhislain - Linux-Azur   http://www.linux-azur.org


Linux-Azur :      http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****

Répondre à