#934 Don’t store messages considered as spam by mod_firewall in the MAM archive
Reporter
Link Mauve
Owner
MattJ
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Defect
Status-Accepted
Link Mauve
on
What steps will reproduce the problem?
1. Enable mod_mam and mod_firewall with the mod_firewall/scripts/spam-blocking.pfw script.
2. Receive a message considered as spam.
3. Query your MAM archive.
What is the expected output? What do you see instead?
I don’t want the MAM query to return any spam.
Instead I see spam.
What version of the product are you using? On what operating system?
Prosody 0.10 3e443d6791e6, on ArchLinux amd64.
Please provide any additional information below.
N/A
MattJ
on
Hey,
I believe this was fixed a while back. It was an issue with mod_mam from prosody-modules having an incorrect priority on its event handlers: https://hg.prosody.im/prosody-modules/rev/ff1f7e61517f
If you have this revision of prosody-modules and it's still incorrectly archiving messages, please let me know. Otherwise, I'll close this issue as fixed.
What steps will reproduce the problem? 1. Enable mod_mam and mod_firewall with the mod_firewall/scripts/spam-blocking.pfw script. 2. Receive a message considered as spam. 3. Query your MAM archive. What is the expected output? What do you see instead? I don’t want the MAM query to return any spam. Instead I see spam. What version of the product are you using? On what operating system? Prosody 0.10 3e443d6791e6, on ArchLinux amd64. Please provide any additional information below. N/A
Hey, I believe this was fixed a while back. It was an issue with mod_mam from prosody-modules having an incorrect priority on its event handlers: https://hg.prosody.im/prosody-modules/rev/ff1f7e61517f If you have this revision of prosody-modules and it's still incorrectly archiving messages, please let me know. Otherwise, I'll close this issue as fixed.
ChangesMy prosody-modules is at https://hg.prosody.im/prosody-modules/rev/9b43b7fc3558 so it should contain the fix you mention, but it still exhibits this issue.