29 Jun
2019
29 Jun
'19
2:30 a.m.
HI Mark,
I get:
commit() Traceback (most recent call last): File "<console>", line 1, in <module> NameError: name 'commit' is not defined
Andrew
On 26/6/19 11:49 pm, Mark Sapiro wrote:
On 6/26/19 3:08 AM, andrew.bernard@gmail.com wrote:
How to do this? After lots of testing on my pre-release beta testing list, I want the first production digest to be reset toVolume 1, Number 1.
You can do this in
mailman shell
by setting the list'svolume
andnext_digest_number
to 1. E.g.,$ ./mailman shell -l list@example.com Welcome to the GNU Mailman shell The variable 'm' is the list@example.com mailing list
m.volume = 1 m.next_digest_number = 1 commit()