[Mailman-Developers]
[ mailman-Patches-601117 ] add sequencial number in subject prefix
noreply at sourceforge.net
noreply at sourceforge.net
Thu Dec 19 20:31:44 EST 2002
Patches item #601117, was opened at 2002-08-28 05:07
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=601117&group_id=103
Category: mail delivery
Group: Mailman 2.2 / 3.0
Status: Open
Resolution: None
Priority: 3
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: add sequencial number in subject prefix
Initial Comment:
This patch for 'CookHeaders.py' add an ability to add a
sequencial number in the subject prefix. You can define
a subject prefix like:
[listname %d]
Then, the subject line of delivered mail becomes:
Subject: [listname 123] Hoge hoge
When someone replied this mail, mailman receives a
messages with:
Subject: Re: [listname 123] Hoge hoge
Then, this patch removes [listname \d+] part and
deliver it with:
Subject: [listname 124] Re: Hoge hoge
And next, another person replies with
Subject: Re: [listname 124] Re: Hoge hoge
Then, (magically!) you get:
Subject: [listname 125] Re: Hoge hoge
Not with Re: Re: Hoge hoge.
Looks like complicated but this patch has been working
well with Japanese-enhanced Mailman for more than a year.
Without %d, this patch works like current version, I
believe.
----------------------------------------------------------------------
>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2002-12-20 04:31
Message:
Logged In: YES
user_id=67709
update for 2.1b6+
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2002-10-31 05:59
Message:
Logged In: YES
user_id=67709
I have uploaded the patch with the same name as the old one.
Please download the upper one because it's newer.
Sorry for the inconvenience.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2002-10-31 05:53
Message:
Logged In: YES
user_id=67709
Patch ID 625482 (i18n List-Id) and this was merged for 2.1b4+
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=601117&group_id=103
More information about the Mailman-Developers
mailing list