svn commit: r1928632 - spamassassin/trunk/rulesrc/sandbox/jhardin
| Newsgroups | gmane.mail.spam.spamassassin.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhardin Date: Sat Sep 20 01:16:28 2025 New Revision: 1928632 Log: Argh! case-insensitive pls! Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf ============================================================================== --- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Sat Sep 20 01:13:44 2025 (r1928631) +++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Sat Sep 20 01:16:28 2025 (r1928632) @@ -4430,7 +4430,7 @@ tflags URI_EXCESS_SLASHES p # https://web.mmac.org/cwt/external/wcpages/referral.aspx?ReferralType=W&ProfileID=94027&ListingID=11005&CategoryID=721&SubCategoryID=0&url=//ipfs.io/ipfs/QmexFb1XEJqDuDSyBDm3Fa4t3n29gPpEHw39duPsyX5iyf#[email protected] # Unfortunately the protocol is omitted so URI rules that expect a full URI with protocol may not hit the extracted URI # NOT capturing the "//" - we can't deal with that properly, it blocks adding the domain to BL checks -redirector_pattern m;^https?://web\.mmac\.org/.*[?&]url=//(.+)$; +redirector_pattern m;^https?://web\.mmac\.org/.*[?&]url=//(.+)$;i # Lots of .CN phishing of .JP lately uri __URI_DOTJP m;^https?://(?:[^./]+\.)+jp/;i @@ -4498,8 +4498,8 @@ tflags PP_CROSSTALK_GOOG_MSFT p header __PP_GOOGLE_MAESTRO EnvelopeFrom =~ /\@maestro\.bounces\.google\.com$/ # observed in phishing -redirector_pattern m;^https?://secure\.adnxs\.com/.*[?&]redir=(.+); -redirector_pattern m;^https?://shopper\.digidip\.net/.*[?&]url=(.+); +redirector_pattern m;^https?://secure\.adnxs\.com/.*[?&]redir=(.+);i +redirector_pattern m;^https?://shopper\.digidip\.net/.*[?&]url=(.+);i