On 08/08/2013 10:55 AM, Ralf Hildebrandt wrote:
> - IncomingRunner now logs rejected messages to the vette log.
>   (LP: #1068837)
> 
> So I had a look today and found:
> 
> Aug 06 12:12:59 2013 (11069) doctors: Refused posting:
> ...
> Aug 06 14:02:38 2013 (1639) doctorsportal: Discarded posting:
> Aug 06 14:02:38 2013 (1639) doctorsportal: Discarded posting:
> Aug 06 14:02:38 2013 (1639) doctorsportal: Discarded posting:
> 
> I *looks* as if there's something missing, like the message-id or some
> other identifier...

Those are long standing messages that are logged when a post is rejected
or discarded via the admindb CGI or discarded by the user via the
confirm CGI. They haven't changed in years. They are multi-line as in

Aug 03 09:32:29 2013 (23645) LISTNAME: Discarded posting:
        From: u...@example.com
        Subject: Specialized Stumpjumper for sale
        Reason: Non-members are not allowed to post messages to this list.

The change in 2.1.16 that you reference produces messages like:

Aug 02 22:31:55 2013 (26451) Message rejected, msgid:
<xxx-xxx-...@gmail.com>
        list: LISTNAME,
        handler: Moderate,
        reason: ...

The reason is provided by the handler. It is nonmember_rejection_notice
or a canned message in the case of a non-member reject and a canned
message in the case of other auto rejects.

-- 
Mark Sapiro <m...@msapiro.net>        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://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to