Closed
Bug 1157778
Opened 10 years ago
Closed 10 years ago
automatically discard messages flagged as spam on dev-mojpeg mailing list
Categories
(Infrastructure & Operations :: Infrastructure: Mail, task)
Infrastructure & Operations
Infrastructure: Mail
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaas, Unassigned)
References
()
Details
I've tried to configure dev-mozjpeg to automatically discard messages flagged as spam by spamassassin, but I can't get it to work. I get mail daily asking me to moderate spam. Could use help getting this working so I'm only asked to moderate non-spam.
Here's an example spam email header:
Return-Path: <bouncer@me22564.mailengine1.com>
X-Original-To: dev-mozjpeg@lists.mozilla.org
Delivered-To: dev-mozjpeg@lists.mozilla.org
Received: from localhost (localhost6.localdomain [127.0.0.1])
by lists.mozilla.org (Postfix) with ESMTP id C11D7C0B0C
for <dev-mozjpeg@lists.mozilla.org>; Tue, 21 Apr 2015 13:54:24 +0000 (UTC)
X-Virus-Scanned: amavisd-new at mozilla.org
X-Spam-Flag: NO
X-Spam-Score: 3.311
X-Spam-Level: ***
X-Spam-Status: No, score=3.311 required=6.31 tests=[BAYES_50=2,
HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.725, MPART_ALT_DIFF=0.595,
T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.mozilla.org ([127.0.0.1])
by localhost (mailman2.mail.scl3.mozilla.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id t-jhZVQjZC4r for <dev-mozjpeg@lists.mozilla.org>;
Tue, 21 Apr 2015 13:54:23 +0000 (UTC)
Received-SPF: none (me22564.mailengine1.com: No applicable sender policy available) receiver=mailman2.mail.scl3.mozilla.com; identity=mailfrom; envelope-from="bouncer@me22564.mailengine1.com"; helo=me22564.mailengine1.com; client-ip=72.19.229.130
Received: from me22564.mailengine1.com (me22564.mailengine1.com [72.19.229.130])
by lists.mozilla.org (Postfix) with ESMTP id 7365EC2B9F
for <dev-mozjpeg@lists.mozilla.org>; Tue, 21 Apr 2015 13:54:12 +0000 (UTC)
Received: by me22564.mailengine1.com (PowerMTA(TM) v3.5r14) id h6pb880j0pkr for <dev-mozjpeg@lists.mozilla.org>; Tue, 21 Apr 2015 05:48:48 -0700 (envelope-from <bouncer@me22564.mailengine1.com>)
Content-Type: multipart/alternative; boundary="_----------=_1073964459106330"
MIME-Version: 1.0
X-Mailer: StreamSend2 - 351669
X-Mailer-Version: 2.0
X-Mailer-Environment: production
X-Report-Abuse-At: abuse@streamsend.com
X-Report-Abuse-Info: It is important to please include full email headers in the report
X-rpcampaign: StreamSend23759761
X-Streamsend2id: 351669+1+3570713+23759761+me22564.mailengine1.com
List-Unsubscribe: <mailto:unsubscribe+Cwfm+23759761+Yo440yl@me22564.mailengine1.com>
Date: Tue, 21 Apr 2015 05:46:48 -0700
From: "Global Shipping Trends & Trade Patterns" <cwilliams@acieu.co.uk>
Reply-To: "Cheryl Williams" <cwilliams@acieu.net>
To: dev-mozjpeg@lists.mozilla.org
Subject: Final Chance to Register
Message-ID: <100.0.2.114.1D07C3182CBFBB8.2AEE4@me22564.mailengine1.com>
Here's an example of the moderation message I'll get. This is for the email with the header from above:
Please attend to this at your earliest convenience. This notice of
pending requests, if any, will be sent out daily.
Pending posts:
From: cwilliams@acieu.co.uk on Tue Apr 21 13:54:27 2015
Subject: Final Chance to Register
Cause: SpamAssassin identified this message as possible spam (score 3.9)
Comment 3•10 years ago
|
||
I checked your mailman list setting and it looks like you added this rule:
X-Gm-Spam:1
Which is fine but that doesn't include the spamassassin header. The headers we care about is:
X-Spam-Flag
X-Spam-Score
X-Spam-Level
I went ahead and created the following rule:
X-Spam-Score: [23456789]\..*
X-Spam-Flag: YES
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
This is not resolved, still getting email about spam messages e.g.:
Cause: SpamAssassin identified this message as possible spam (score 2.2)
You need to log in
before you can comment on or make changes to this bug.
Description
•