On 5/9/20 2:13 AM, Mark Sapiro wrote:
On 5/8/20 5:08 PM, Peter Adebahr via Mailman-users wrote:
On 5/9/20 1:55 AM, Mark Sapiro wrote:
"Hold for moderation" has been set.
Set in "Default action to take when a non-member posts to the list"?
yep
If that is the case, find the non-member in Users -> Non-Members and
it does'nt show up there, "list has no nonmembers"
Look is var/logs/mailman.log for an error message with a SHUNTING notation and a Traceback.
Shunting seems to be ok:
May 09 01:22:38 2020 (1235) SHUNTING: 1588980158.3151......
But immediately before I find the "module 'time' has no attribute 'clock'" which I remember from a thread a couple of days ago, though I cannot remember a solution when mm3 has not been installed from source but via apt-get.
My core is V 3.2.2, core python 3.8.2, by the way.
Also look in var/queue/shunt. You can examine messages you find there with
mailman qfile
.
ah, learnt how to use that now:
... X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation ...
<----- start object 2 -----> { '_parsemsg': False, 'dmarc': True, 'envsender': 'noreply@xyzzy-listen.de', 'lang': 'de', 'listid': 'xyzzy-listen.de', 'member_moderation_action': 'hold', 'moderation_reasons': ['The message is not from a list member'], 'moderation_sender': 'peter@xyzzy.de', 'original_size': 7640, 'received_time': datetime.datetime(2020, 5, 8, 23, 22, 37, 976364), 'rule_hits': ['nonmember-moderation'], 'rule_misses': [ 'dmarc-mitigation', 'no-senders', 'approved', 'emergency', 'loop', 'banned-address', 'member-moderation'], 'to_list': True, 'version': 3, 'whichq': 'in'} [----- end pickle -----]
Does that help?