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, "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
>
> Thank you!
>
>
> 
>  Garanti
> sans virus. www.avast.com
> 
> <#m_1748413376357339298_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
-- 
https://mail.python.org/mailman/listinfo/python-list


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 mail belongs to which list.

Set up a filter on the specific value of the “List-Id” field, which is
set by any standards-conformant mailing list software.

Presto, you get any organisation you like based on that information; and
the rest of us don't get the Subject field cluttered.

-- 
 \   “Most people are other people. Their thoughts are someone |
  `\  else’s opinions, their lives a mimicry, their passions a |
_o__)   quotation.” —Oscar Wilde, _De Profundis_, 1897 |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list


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.

Even better, point a news client[1] at

   nntp://news.gmane.org/gmane.comp.python.general


[1] https://en.wikipedia.org/wiki/List_of_Usenet_newsreaders

-- 
https://mail.python.org/mailman/listinfo/python-list


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://www.VybeNetworks.com/
IM:da...@vex.net VoIP: sip:da...@vybenetworks.com
--
https://mail.python.org/mailman/listinfo/python-list


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, that pretty much disqualifies google groups. :-)
-- 
https://mail.python.org/mailman/listinfo/python-list


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.
> > > A requests to admins to implement if possible  
> > 
> > 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.  
> 
> Although, considering that the BDFL has now made type-hints
> an official part of the language, a "forum-of-origin" type-
> hint, may be more Pythonic than we care to realize. 

Checking mailing list headers...yep, the "forum-of-origin" type hint
is already present in standards-compliant fashion defined by
RFC4021[1]:

List-Id: General discussion list for the Python programming language
 
List-Unsubscribe: ,
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 

Just need a mail client that knows about standards and isn't
fettered. ;-)

-tkc


[1] https://tools.ietf.org/html/rfc4021#section-2.1.31
-- 
https://mail.python.org/mailman/listinfo/python-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
> 
> 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.

Although, considering that the BDFL has now made type-hints
an official part of the language, a "forum-of-origin" type-
hint, may be more Pythonic than we care to realize. 

Hmm...
-- 
https://mail.python.org/mailman/listinfo/python-list


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 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.

-- 
Grant Edwards   grant.b.edwardsYow! Hey, waiter!  I want
  at   a NEW SHIRT and a PONY TAIL
  gmail.comwith lemon sauce!

-- 
https://mail.python.org/mailman/listinfo/python-list