Hi Mark
Thanks again for making such an awesome extension! We are using version 3.3.17
Recently we have been getting hammered with our spam score on www.mail-tester.com/
Two items are causing us issues.
1. When a post contains a quote, the digest contains an 'onclick' event which is being flagged.
2. Some internal links use a 'sid' that is being flagged as a incorrectly formatted URL
I have tried putting 'onclick' in the 'Tags to strip from digests:' section, but that does not work.
I guess I should have realized it's not really a html tag.
Any advice? Any other way to filter out these 'dangerous elements' and 'broken links' to get our Digest past the spam filters? In the meantime, I have switched to 'text' Digests, but it really lacks the impact of the 'styled' version.
High Spam Score - Digests
Re: High Spam Score
onclick is not a tag, but a tag attribute. There is no <onclick> tag defined in the HTML specification. So that won't work.
Your web host can often help you get off a specific email blacklist.
It's unclear to me why the sid parameter is in the URL. The markup is not in the code.
Your web host can often help you get off a specific email blacklist.
It's unclear to me why the sid parameter is in the URL. The markup is not in the code.
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
-
- Registered User
- Posts: 4933
- Joined: Fri Aug 02, 2002 12:36 am
- Location: Florence, MA USA
Re: High Spam Score
It looks like we are not blacklisted to any meaningful degree, so that is not the concern. I often see the 'sid' in the URL while browsing the forum, perhaps 30% of the time.Your web host can often help you get off a specific email blacklist.
-
- Registered User
- Posts: 132
- Joined: Sun Aug 09, 2020 11:52 am
Re: High Spam Score
Is it possible to use CSS to remove the onclick function? or remove the sid?
-
- Registered User
- Posts: 132
- Joined: Sun Aug 09, 2020 11:52 am
Re: High Spam Score
CSS controls styling so it wouldn't remove markup. It's unclear to me how the sid got added. There's no markup to do that.
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
-
- Registered User
- Posts: 4933
- Joined: Fri Aug 02, 2002 12:36 am
- Location: Florence, MA USA