Re: python list name in subject

2017-08-22 Thread Abdur-Rahmaan Janhangeer
ah thanks for the tip about me filtering them thought the community liked core python style (mail lists where python dev talk, discuss ideas,i.e. the ones where guido replies etc) anyways thanks all Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 22 Aug 2017 12:38, "

Re: python list name in subject

2017-08-22 Thread Ben Finney
Abdur-Rahmaan Janhangeer writes: > i am subscribed to different python lists and they put their names in the > subject > [name] subject That's non-standard. The standard place for that information is the “List-Id” field https://tools.ietf.org/html/rfc2919>. > hence i can at a glance tell which

Re: python list name in subject

2017-08-22 Thread Grant Edwards
On 2017-08-23, D'Arcy Cain wrote: > On 08/22/2017 10:14 AM, Grant Edwards wrote: >> Please don't. It wastes space which is better used on the subject. If >> you want the mailing list prepended, then configure procmail (or >> whatever) to do it for you. > > Better yet, put it in its own folder. E

Re: python list name in subject

2017-08-22 Thread D'Arcy Cain
On 08/22/2017 10:14 AM, Grant Edwards wrote: Please don't. It wastes space which is better used on the subject. If you want the mailing list prepended, then configure procmail (or whatever) to do it for you. Better yet, put it in its own folder. -- D'Arcy J.M. Cain Vybe Networks Inc. http://w

Re: python list name in subject

2017-08-22 Thread Rick Johnson
Tim Chase wrote: > Rick Johnson wrote: [...] > Checking mailing list headers...yep, the "forum-of-origin" > type hint is already present in standards-compliant fashion > defined by RFC4021[1]: > > [...] > > Just need a mail client that knows about standards and > isn't fettered. ;-) Well, t

Re: python list name in subject

2017-08-22 Thread Tim Chase
On 2017-08-22 08:21, Rick Johnson wrote: > Grant Edwards wrote: > > Abdur-Rahmaan Janhangeer wrote: > > > > > > Hi all, i am subscribed to different python lists and > > > they put their names in the subject [name] subject hence > > > i can at a glance tell which mail belongs to which list. >

Re: python list name in subject

2017-08-22 Thread Rick Johnson
Grant Edwards wrote: > Abdur-Rahmaan Janhangeer wrote: > > > > Hi all, i am subscribed to different python lists and > > they put their names in the subject [name] subject hence > > i can at a glance tell which mail belongs to which list. > > A requests to admins to implement if possible > > Pl

Re: python list name in subject

2017-08-22 Thread Grant Edwards
On 2017-08-22, Abdur-Rahmaan Janhangeer wrote: > Hi all, > > i am subscribed to different python lists and they put their names in the > subject > [name] subject > > hence i can at a glance tell which mail belongs to which list. > > A requests to admins to implement if possible Please don't. It w

python list name in subject

2017-08-22 Thread Abdur-Rahmaan Janhangeer
Hi all, i am subscribed to different python lists and they put their names in the subject [name] subject hence i can at a glance tell which mail belongs to which list. A requests to admins to implement if possible Thank you!