Open
Bug 1161604
Opened 10 years ago
Updated 4 months ago
filter : not detecting empty body message
Categories
(Thunderbird :: Filters, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: devo.uk, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.22 Safari/537.36
Steps to reproduce:
Creating a filter to detect empty / blank body message
Been trying to create a rule to detect when the message body is empty and move / mark to a local folder on local storage
Body -> is ->
translate in filtermsg.dat as condition="AND (body,is,)"
I currently using spamcop.net and noticed they struggle on message with no body, but can still report to the abuse servers, i think the message header are being forged and being used as way to test if an email address exists.
To isolate from more spam and the email address being distributed on spammers lists
Sometimes message may come with subjects / some without, not sure if i should see an encoding message of plain text
Source Example of a message
X-Mozilla-Keys:
Delivered-To: xxx@test.com
Received: by 10.112.132.1 with SMTP id oq1csp1161091lbb;
Sun, 3 May 2015 07:05:16 -0700 (PDT)
X-Received: by 10.70.103.45 with SMTP id ft13mr15025332pdb.149.1430661915173;
Sun, 03 May 2015 07:05:15 -0700 (PDT)
Return-Path: <Brunson_Rodrigoa1@aydmultimedia.com>
Received: from 74.125.203.27 ([78.109.236.206])
by mx.google.com with SMTP id rn6si15984690pab.77.2015.05.03.07.04.42;
Sun, 03 May 2015 07:05:15 -0700 (PDT)
Received-SPF: softfail (google.com: domain of transitioning Brunson_Rodrigoa1@aydmultimedia.com does not designate 78.109.236.206 as permitted sender) client-ip=78.109.236.206;
Authentication-Results: mx.google.com;
spf=softfail (google.com: domain of transitioning Brunson_Rodrigoa1@aydmultimedia.com does not designate 78.109.236.206 as permitted sender) smtp.mail=Brunson_Rodrigoa1@aydmultimedia.com
Date: Sun, 03 May 2015 07:05:15 -0700 (PDT)
Message-ID: <55462b1b.668d420a.3c5f.ffff8395SMTPIN_ADDED_BROKEN@mx.google.com>
X-Google-Original-Message-ID: <9[10
From: Brunson_Rodrigoa1@aydmultimedia.com
Actual results:
Nothing
Expected results:
Mark with Junk and Star Status, and move to a local folder for further manual invetigation
Updated•4 years ago
|
Severity: normal → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•