[Mailman-Users] inn gateway

Mark Sapiro mark at msapiro.net
Tue May 6 01:42:22 CEST 2014


On 05/05/2014 09:22 AM, jdd wrote:
> 
> but when I post in the newsgroup, I don't see it in the list! "gateway
> to mail" is ticked in the two lines in the administrative interface
> 
> fromusenet log:
> 
> s-r:~ # tail /var/lib/mailman/logs/fromusenet
> May 05 18:10:02 2014 (12680) test watermark: 31
> May 05 18:10:02 2014 (12682) test: [1..0]
> May 05 18:10:02 2014 (12682) nothing new for list test
> May 05 18:10:02 2014 (12682) test watermark: 31


The test list's high watermark for the newsgroup is 31. This means no
posts prior to #32 in the newsgroup will be gated to the list.

Use bin/withlist and do the following

$ bin/withlist -l test
Loading list test (locked)
The variable `m' is the test MailList instance
>>> m.usenet_watermark = None
>>> m.Save()
>>>                      <- Cntrl-D to exit
Unlocking (but not saving) list: test
Finalizing
$

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list