Wallace Winfrey wrote: > >Tt appears I was wrong about there being nothing out of the ordinary in >the logs. I see the following (for example) in logs/vette whenever I >post to the list: > >May 21 21:49:37 2007 (22417) Message discarded, msgid: ><[EMAIL PROTECTED]> > >If I look in the maillog, these are definitely the same message ids of >the messages I've been sending through and seeing, well, discarded. > >This happens when using bin/inject -l cycling74-announcements to put a >message into the queue manually, as well -- it gets discarded. > >My apologies for not mentioning this earlier. I assumed that all entries >in logs/vette would be preceded with the listname.
OK. Here are the places in Mailman 2.1.5 where a message can be discarded. SpamDetect: Any match of a (header,regexp) tuple coded in KNOWN_SPAMMERS in mm_cfg.py. Any match on the list's Privacy options...->Spam filters->header_filter_rules with a discard action. Moderate: Any post from a moderated member if member_moderation_action is discard. Any post from a non-member if generic_nonmember_action is discard or the poster is in discard_these_nonmembers The above discards by Moderate will be bypassed (not done) if the message contains an Approved: header with a valid list admin or moderator password. MimeDel: A message will be discarded if there is nothing left after content filtering. Scrubber can also discard an HTML message if mm_cfg.ARCHIVE_HTML_SANITIZER = 0, but in Mailman 2.1.5, Scrubber is only invoked by archiving, so this wouldn't be the reason in your case. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp