[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: [Fwd: [Mandrake] Postfix - Spamassassin - procmailrc]
- To:
- Subject: Re: [Fwd: [Mandrake] Postfix - Spamassassin - procmailrc]
- From: Daniel Chénard <>
- Date: Wed, 05 Nov 2003 14:36:59 -0500
-
In-reply-to: <[email protected]>
De un, dans man procmailrc, verbose veut dire
VERBOSE You can turn on extended diagnostics by setting this
variable to `yes' or `on', to turn it off again set
it to `no' or `off'
Je ne sais pas si c'est réelement ça que tu veux mais bon.
De deux,
Ceci
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/tmp/spam
et ceci
:0:
* ^X-Spam-Status: Yes
/tmp/spam
est la même affaire dans le sens que si tu as un score de 15, c'est
qu'il est nécessairement un spam ( dans ton local.cf,
required_hits 5.0)
donc tu peux enlever
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/tmp/spam
et d'ailleur, tu répettes souvent
:0:
* ^X-Spam-Status: Yes
/tmp/spam
Ligne 75 et ligne 100
De 3, tu appelles 2 fois
:0fw
| spamassassin
à la ligne 60 et à la ligne 90
Pas très bon...
Commence par éclaircir ton procmailrc et revient nous avec ça :-)
le mien ressemble a ceci
#### begin /etc/procmailrc
:0fw
* < 512000
| spamc
:0:
* ^X-Spam-Status: Yes
/var/spool/mail/spamd
# /var/spool/mail/spamd est le mbox du user spamd qui recoit tout les
#mails systems et spam et etc...
#/dev/null
:0 H
* ! ^From[ ]
* ^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e 's/^rom /From /'
### end /etc/procmailrc
Le mer 05/11/2003 à 12:54, korofina a écrit :
> Sorry, j'ai oublié de mettre les fichiers en question !
>
> koro,
>
>
> -----Message suivi-----
>
> > From: korofina <[email protected]>
> > To: Quebec-Linux <[email protected]>
> > Subject: [Mandrake] Postfix - Spamassassin - procmailrc
> > Date: 05 Nov 2003 18:50:48 +0100
> >
> > Bonjour la liste,
> >
> >
> > Spamssassassin avec qq modifications fonctionne 'presque bien'; je
> > m'explique, malgré les règles qui renvoient les spams
> > dans /tmp/spam, et les filtres dans /tmp/trash (le tout définit dans
> > procmailrc)...les spams m'arrivent quand même dans ma mailbox sous forme
> > de rapport (preuve qu'ils sont bien interceptés par Spamssassassin, mais
> > qu'ils ne sont pas redirigés dans /tmp/spam....).
> >
> > J'aurais bien besoin d'un petit conseil pour solutionner
> > cela, je ne comprends pas pourquoi les redirections ne se font pas ???
> > De plus depuis que Spamssassassin tourne les autres règles définies dans
> > procmailrc ne fonctionne plus, tout ce passe comme si ces règles étaient
> > gérées par Spamssassassin ???
> >
> >
> > Pour les curieux, je te joins procmailrr et
> > /etc/mail/spamassassin/local.cf
> > pour information.
> >
> > Merci de votre aide,
> >
> > koro
> >
> >
> > Exemple de ce que je trouve dans ma mailbox = des trucs du genre
> >
> > [....]
> > Sujet: I keep it around now
> > Date: Thu, 30 Oct 03 10:11:03 GMT
> > X-Mailer: Microsoft Outlook Express
> > 6.00.2600.0000
> > MIME-Version: 1.0
> > Content-Type: text/plain
> > X-Priority: 3
> > X-MSMail-Priority: Normal
> > Lines: 114
> > X-Spam-Prev-Content-Type:
> > multipart/alternative;
> > boundary="7A6_D174E..F1C.A1A3B684"
> > X-Spam-Status: Yes, hits=9.6
> > required=5.0
> > tests=ACT_NOW,BIG_FONT,DATE_IN_PAST_03_06,FORGED_YAHOO_RCVD,
> > GAPPY_TEXT,HTML_50_70,HTML_FONT_COLOR_BLUE,
> > HTML_FONT_COLOR_CYAN,HTML_FONT_COLOR_NAME,
> > HTML_FONT_COLOR_RED,HTML_FONT_COLOR_UNKNOWN,
> > HTML_WITH_BGCOLOR,MISSING_MIMEOLE,ONLINE_PHARMACY,
> > PENIS_ENLARGE2,SPAM_PHRASE_03_05,USER_AGENT_OE version=2.44
> > X-Spam-Flag: YES
> > X-Spam-Level: *********
> > X-Spam-Checker-Version:
> > SpamAssassin 2.44
> > (1.115.2.24-2003-01-30-exp)
> > Status:
> > X-Evolution-Source:
> > pop://[email protected]
> >
> > SPAM: -------------------- Start SpamAssassin results
> > ----------------------
> > SPAM: This mail is probably spam. The original message has been altered
> > SPAM: so you can recognise or block similar unwanted mail in future.
> > SPAM: See http://spamassassin.org/tag/ for more details.
> > SPAM:
> > SPAM: Content analysis details: (9.60 hits, 5 required)
> > SPAM: USER_AGENT_OE (0.2 points) X-Mailer header indicates a
> > non-spam MUA (Outlook Express)
> > SPAM: PENIS_ENLARGE2 (2.1 points) BODY: Information on getting a
> > larger penis or breasts (2)
> > SPAM: ONLINE_PHARMACY (1.2 points) BODY: Online Pharmacy
> > SPAM: ACT_NOW (0.3 points) BODY: Act Now! Don't Hesitate!
> > SPAM: GAPPY_TEXT (0.0 points) BODY: Contains
> > 'G.a.p.p.y-T.e.x.t'
> > SPAM: SPAM_PHRASE_03_05 (1.1 points) BODY: Spam phrases score is 03 to
> > 05 (medium)
> > [.......]
> >
> > SPAM: -------------------- Start SpamAssassin results
> > ----------------------
> > SPAM: This mail is probably spam. The original message has been altered
> > SPAM: so you can recognise or block similar unwanted mail in future.
> > SPAM: See http://spamassassin.org/tag/ for more details.
> > SPAM:
> > SPAM: Content analysis details: (10.30 hits, 5 required)
> > SPAM: USER_AGENT_OE (0.2 points) X-Mailer header indicates a
> > non-spam MUA (Outlook Express)
> > SPAM: PENIS_ENLARGE2 (2.1 points) BODY: Information on getting a
> > larger penis or breasts (2)
> > SPAM: ONLINE_PHARMACY (1.2 points) BODY: Online Pharmacy
> > SPAM: ACT_NOW (0.3 points) BODY: Act Now! Don't Hesitate!
> > SPAM: GAPPY_TEXT (0.0 points) BODY: Contains
> > 'G.a.p.p.y-T.e.x.t'
> > SPAM: SPAM_PHRASE_03_05 (1.1 points) BODY: Spam phrases score is 03 to
> > 05 (medium)
> > SPAM: [score: 4]
> > SPAM: HTML_FONT_COLOR_UNKNOWN (0.4 points) BODY: HTML font color is
> > unknown to us
> > SPAM: HTML_FONT_COLOR_CYAN (0.4 points) BODY: HTML font color is cyan
> > SPAM: BIG_FONT (0.3 points) BODY: FONT Size +2 and up or 3
> > and up
> > SPAM: HTML_FONT_COLOR_NAME (0.3 points) BODY: HTML font color has
> > unusual name
> > SPAM: HTML_WITH_BGCOLOR (0.3 points) BODY: HTML mail with non-white
> > background
> > SPAM: HTML_FONT_COLOR_RED (0.3 points) BODY: HTML font color is red
> > SPAM: HTML_50_70 (0.3 points) BODY: Message is 50-70% HTML tags
> > SPAM: HTML_FONT_COLOR_BLUE (0.2 points) BODY: HTML font color is blue
> > SPAM: MIME_HTML_NO_CHARSET (0.7 points) RAW: Message text in HTML
> > without specified charset
> > SPAM: FORGED_YAHOO_RCVD (1.4 points) 'From' yahoo.com does not match
> > 'Received' headers
> > SPAM: DATE_IN_PAST_03_06 (0.3 points) Date: is 3 to 6 hours before
> > Received: date
> > SPAM: MISSING_MIMEOLE (0.5 points) Message has X-MSMail-Priority,
> > but no X-MimeOLE
> > SPAM:
> > SPAM: -------------------- End of SpamAssassin results
> > ---------------------
> > --
> > --
> > --
--
Daniel Chénard
Croesus Finansoft Inc.
Réputé pour créer de la richesse
Croesus Finansoft Inc.
2 Place Laval, Suite 510
Laval, Quebec
Canada H7N 5N6
Site Web: www.croesus.com
[email protected]
Tel: +1 450-662-6101, 145
Fax: +1 450-662-3629