Dan Mahoney, System Admin wrote:

>Hey all, I'm hitting a little snag.  Email subscribe isn't doing anything.
>
>Postfix delivers the email to mailman, but then as far as I can tell, 
>nothing more happens with it.
>
>Where would be the best place to debug this from a mailman perspective?
>
>Jan  7 21:05:34 lister postfix/qmgr[97071]: DDFD010E528: 
>from=<ionlyhavethisfortest...@gmail.com>, size=2716, nrcpt=1 (queue 
>active)
>Jan  7 21:05:35 lister postfix/local[38795]: DDFD010E528: 
>to=<testing-j...@lister.isc.org>, relay=local, delay=0.18, 
>delays=0.01/0/0/0.17, dsn=2.0.0, status=sent (delivered to command: 
>/usr/local/mailman/mail/mailman join testing)
>Jan  7 21:05:35 lister postfix/qmgr[97071]: DDFD010E528: removed
>
>And that's where it stops.  The address doesn't show in any logs or 
>anything from that point forward.


The above says Postfix successfully piped the mail to the wrapper which
presumably invoked the 'join' script to queue the mail in the
'commands' queue.

>From there it is processed by CommandRunner.

Step 1) is CommandRunner running or is the message still sitting in
qfiles/commands ?

>Anything obvious I should be checking?  Perhaps the possibility that the 
>"to" address is getting altered in transit?  Does mailman log discarded 
>subscription messages?  Is there a debug option?


The message got delivered to the correct address according to Postfix.

Messages with precedence 'bulk', 'junk' or 'list' are discarded, but
the discard is logged in Mailman's vette log with a message like

 Precedence: xxx message discarded by: testing-requ...@example.com

If you have an autoresponder set for requests to this list, the message
will be autoresponded to per the autoresponder settings and logged in
the vette log as "replied and discard".

Also look for messages in Mailman's error (and other) logs with
timestamp within a few seconds of Jan  7 21:05:35.

-- 
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
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://wiki.list.org/x/QIA9

Reply via email to