Closed
Bug 158944
Opened 23 years ago
Closed 23 years ago
does not filter text in <a> tag
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 144036
People
(Reporter: buckley.collum, Assigned: naving)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
BuildID: 20020529
I am trying to filter mail based on text found in the body.
The body contains:
<a href = "http://www153.wiildaccess.com/">
I want to filter out any message containing a link to the SPAM beast WIILDACCESS.COM
My filter is :
name="wiildaccess.com"
enabled="yes"
type="1"
action="Delete"
condition="OR (body,contains,wiildaccess.com)"
But it is obviously not working.
Reproducible: Always
Steps to Reproduce:
1.add filter
2.wait for spam
3.hand delete message that should have been deleted by filter
Actual Results: expected SPAM message is received
Expected Results: message should have been deleted
Reporter | ||
Comment 1•23 years ago
|
||
This is probably relevant.
The message had been moved to the _SPAM folder by another filter.
Maybe filters are not handled individually; maybe if it hits one criteria, the
rest are ignored...
Reporter | ||
Comment 2•23 years ago
|
||
I just checked and the WILLDACCESS filter is above the general spam collection
filter. I would expect that it should have happened first, which means it did
fail to find the text string imbedded in the <a> tag.
Resolving as dup of bug 144036
*** This bug has been marked as a duplicate of 144036 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•