You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2022/06/24 18:13:15 UTC

[Bug 8013] New: URI_TRY_3LD is matching against https://myimages.bravenet.com and https://myphotos.bravenet.com

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8013

            Bug ID: 8013
           Summary: URI_TRY_3LD is matching against
                    https://myimages.bravenet.com and
                    https://myphotos.bravenet.com
           Product: Spamassassin
           Version: 3.4.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: spamassassin
          Assignee: dev@spamassassin.apache.org
          Reporter: nathan@bravenet.com
  Target Milestone: Undefined

We were looking into a email deliverability issue of one of our clients, to
discover that SpamAssassin is flagging our URL's with URI_TRY_3LD

Seems to be any email containing
https://myimages.bravenet.com or https://myphotos.bravenet.com

Looking at
m,^https?://(?:try|start|get(?!\.adobe)|save|check(?!out)|act|compare|join|learn|request|visit(?!or)|my(?!sub|turbotax)\w)[^.]*\.[^/]+\.(?:com|net)\b,i

This looks due to the my(?!sub|turbotax)\w) part.

Bravenet's MyImages service is used by our clients to upload images (and some
basic image manipulation tools), for use in Emails, Newsletters, Websites,
e.t.c (Hosted images).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 8013] URI_TRY_3LD is matching against https://myimages.bravenet.com and https://myphotos.bravenet.com

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8013

John Hardin <jh...@impsec.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |jhardin@impsec.org

--- Comment #1 from John Hardin <jh...@impsec.org> ---
Exclusion added.

Commit Modified
/home/jhardin/develop/spamassassin/svn/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
Committed revision 1902245.

I note that the rule quoted in your report is quite stale; it looks like
whatever site you got that from is not keeping their rules up-to-date, so I
can't guarantee the exclusion I've added will help at that site.

For future reference, it's much better to bring up problems with rules on the
SpamAssassin Users mailing list than via Bugzilla.

-- 
You are receiving this mail because:
You are the assignee for the bug.