mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #40863
[Bug 1662367] A change has been merged
Reviewed: https://reviews.mahara.org/7438
Committed: https://git.mahara.org/mahara/mahara/commit/b12695f1195a54619ef24f0bd5d8096bf55bcf76
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit b12695f1195a54619ef24f0bd5d8096bf55bcf76
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Tue Feb 7 12:36:07 2017 +1300
Bug 1662367: Checking against correct antispam 'surbl' url
Was checking against multi.surbl.com but that is returning a 127.0.0.1
A record response even if url was not blacklisted.
Switched it to multi.surbl.org
behatnotneeded
Change-Id: I339e2d69d9d351fd3b27ea6e32098b2efb0ea17c
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1662367
Title:
False positives in antispam checking
Status in Mahara:
Fix Committed
Status in Mahara 15.04 series:
In Progress
Status in Mahara 15.10 series:
In Progress
Status in Mahara 16.04 series:
In Progress
Status in Mahara 16.10 series:
In Progress
Status in Mahara 17.04 series:
Fix Committed
Bug description:
Antispam check was return false positives for domains that are not on
spam list
To test:
Create a site and then
1) Edit the Configuration -> Security settings
and set Anti-spam to 'Advanced'
Turn on Spamhaus and SURBL URL blacklists
And save the settings
2) Create a group and create a forum post
In your forum post add a url in the TinyMCE Editor, eg http://aaeebl.org
And save the post
You should be alerted that the url is blacklisted (you may not be
alerted - it all depends on the third party response)
You can check via terminal what is happening as well, eg for
aaeebl.org you can do
dig aaeebl.org.black.uribl.com
dig aaeebl.org.spamhaus.org
dig aaeebl.org.multi.surbl.com
If any of the results have an A record in the answer section then the domain name is on a blacklist
Except if the A record is 127.0.0.1 - this means the request has been rejected before testing
also try
dig aaeebl.org.multi.surbl.org
This should pass where the .com version is failing
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1662367/+subscriptions
References