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.
Andrew
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's volume
and
next_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()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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()
On 6/28/19 7:30 PM, Andrew Bernard wrote:
HI Mark,
I get:
commit() Traceback (most recent call last): File "<console>", line 1, in <module> NameError: name 'commit' is not defined
It should be if you are running in mailman shell
, but just exiting
with control-D should also do an implicit commit()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Andrew Bernard
-
andrew.bernard@gmail.com
-
Mark Sapiro