Re: [Mailman-Users] empty gateway archive

2012-08-29 Thread Mark Sapiro
Mark Sapiro wrote: > cron/gate_news normally logs nothing, but if there is any exception or > other output, it will be mailed to the address specified in a MAILTO= > setting in the crontab or if none, to the user it ran under which is > normally the 'mailman' list. Actually, that is not correct.

Re: [Mailman-Users] empty gateway archive

2012-08-28 Thread Mark Sapiro
Thufir wrote: > >the script is there in: > >/var/lib/mailman/cron/gate_news > >but are the results logged anywhere, perhaps? /var/log/cron will tell you if it's being run? Is mailman's crontab installed in /var/spool/cron/mailman or somewhere in /etc/cron.d? Note that the format of these crontab

[Mailman-Users] empty gateway archive

2012-08-27 Thread Thufir
I think, or assume, that mailman is running its cron, but nothing seems to be coming through from the NNTP gateway when there have been new posts. In general, how do I troubleshoot the gateway? the script is there in: /var/lib/mailman/cron/gate_news but are the results logged anywhere, perha