* [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... @ 2005-02-28 13:29 Stuart Longland 2005-02-28 14:53 ` M. Edward (Ed) Borasky ` (2 more replies) 0 siblings, 3 replies; 30+ messages in thread From: Stuart Longland @ 2005-02-28 13:29 UTC (permalink / raw To: Gentoo Development List [-- Attachment #1: Type: text/plain, Size: 1142 bytes --] Hi All, Sorry for the noise... but a number of people have started sending to ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in duplicate emails being sent to this end. If possible, can people kindly pick one, or the other -- and not both? Incidentally, I've fixed the problem with using robin.gentoo.org... I could've filtered on other headers...but what I've done instead is put the following in my .mailfilter file (Yes, I use maildrop here): if (/Cc: *!.*!@.*.gentoo.org/) { xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" } if (/To: *!.*!@.*.gentoo.org/) { xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" } (There's probably a way to combine those into one... but I can't be arsed looking. ;-) Regards, -- +-------------------------------------------------------------+ | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org | | Atomic Linux Project -oOo- http://atomicl.berlios.de | | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | | I haven't lost my mind - it's backed up on a tape somewhere | +-------------------------------------------------------------+ [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 256 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 13:29 [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate Stuart Longland @ 2005-02-28 14:53 ` M. Edward (Ed) Borasky 2005-02-28 14:56 ` Lance Albertson 2005-02-28 19:55 ` Luke-Jr 2005-03-01 6:59 ` D. Wokan 2 siblings, 1 reply; 30+ messages in thread From: M. Edward (Ed) Borasky @ 2005-02-28 14:53 UTC (permalink / raw To: gentoo-dev Stuart Longland wrote: > Hi All, > Sorry for the noise... but a number of people have started sending to > ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in > duplicate emails being sent to this end. For some reason, Thunderbird is generating this when you hit the "Reply all" button. I usually notice it and delete the CC. Is there something in the headers of the messages *to* the list that's inspiring Thunderbird to behave this way? -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 14:53 ` M. Edward (Ed) Borasky @ 2005-02-28 14:56 ` Lance Albertson 2005-02-28 23:32 ` Nick Rout 0 siblings, 1 reply; 30+ messages in thread From: Lance Albertson @ 2005-02-28 14:56 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 863 bytes --] M. Edward (Ed) Borasky wrote: > Stuart Longland wrote: > >> Hi All, >> Sorry for the noise... but a number of people have started sending to >> ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in >> duplicate emails being sent to this end. > > > For some reason, Thunderbird is generating this when you hit the "Reply > all" button. I usually notice it and delete the CC. Is there something > in the headers of the messages *to* the list that's inspiring > Thunderbird to behave this way? I've mentioned this to our list admin and we'll see what we can do. Should be a simple fix I hope! Cheers, -- Lance Albertson <ramereth@gentoo.org> Gentoo Infrastructure | Operational Manager --- Public GPG key: <http://www.ramereth.net/lance.asc> Key fingerprint: 0423 92F3 544A 1282 5AB1 4D07 416F A15D 27F4 B742 ramereth/irc.freenode.net [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 187 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 14:56 ` Lance Albertson @ 2005-02-28 23:32 ` Nick Rout 0 siblings, 0 replies; 30+ messages in thread From: Nick Rout @ 2005-02-28 23:32 UTC (permalink / raw To: gentoo-dev On Mon, 28 Feb 2005 08:56:11 -0600 Lance Albertson wrote: > > I've mentioned this to our list admin and we'll see what we can do. Should be a > simple fix I hope! I suspect the same thing is happening on gentoo-user where I just posted a minor rant about the same annoying thing. Now if there is a fix needed to the server, could it be applied there too? please -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 13:29 [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate Stuart Longland 2005-02-28 14:53 ` M. Edward (Ed) Borasky @ 2005-02-28 19:55 ` Luke-Jr 2005-02-28 22:56 ` Mike Frysinger 2005-03-01 6:59 ` D. Wokan 2 siblings, 1 reply; 30+ messages in thread From: Luke-Jr @ 2005-02-28 19:55 UTC (permalink / raw To: gentoo-dev http://bugs.gentoo.org/show_bug.cgi?id=40980 On Monday 28 February 2005 13:29, Stuart Longland wrote: > Hi All, > Sorry for the noise... but a number of people have started sending to > ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in > duplicate emails being sent to this end. > > If possible, can people kindly pick one, or the other -- and not both? > > Incidentally, I've fixed the problem with using robin.gentoo.org... I > could've filtered on other headers...but what I've done instead is put > the following in my .mailfilter file (Yes, I use maildrop here): > > if (/Cc: *!.*!@.*.gentoo.org/) > { > xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" > } > > if (/To: *!.*!@.*.gentoo.org/) > { > xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" > } > > (There's probably a way to combine those into one... but I can't be > arsed looking. ;-) > > Regards, > -- > +-------------------------------------------------------------+ > > | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org | > | Atomic Linux Project -oOo- http://atomicl.berlios.de | > | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | > | I haven't lost my mind - it's backed up on a tape somewhere | > > +-------------------------------------------------------------+ -- Luke-Jr Developer, Utopios http://utopios.org/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 19:55 ` Luke-Jr @ 2005-02-28 22:56 ` Mike Frysinger 2005-03-01 7:06 ` D. Wokan 0 siblings, 1 reply; 30+ messages in thread From: Mike Frysinger @ 2005-02-28 22:56 UTC (permalink / raw To: gentoo-dev On Monday 28 February 2005 02:55 pm, Luke-Jr wrote: > http://bugs.gentoo.org/show_bug.cgi?id=40980 now if only there was a way to break the fingers of top posters ... -mike -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 22:56 ` Mike Frysinger @ 2005-03-01 7:06 ` D. Wokan 0 siblings, 0 replies; 30+ messages in thread From: D. Wokan @ 2005-03-01 7:06 UTC (permalink / raw To: gentoo-dev Sure there is... http://ars.userfriendly.org/cartoons/?id=20021103&mode=classic ... and as soon as I know what port it's controlled through, I'll adjust my firewall. Get me while you can. Mike Frysinger wrote: >On Monday 28 February 2005 02:55 pm, Luke-Jr wrote: > > >>http://bugs.gentoo.org/show_bug.cgi?id=40980 >> >> > >now if only there was a way to break the fingers of top posters ... >-mike >-- >gentoo-dev@gentoo.org mailing list > > -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-02-28 13:29 [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate Stuart Longland 2005-02-28 14:53 ` M. Edward (Ed) Borasky 2005-02-28 19:55 ` Luke-Jr @ 2005-03-01 6:59 ` D. Wokan 2005-03-01 7:30 ` Anthony Gorecki 2005-03-01 7:59 ` Stuart Longland 2 siblings, 2 replies; 30+ messages in thread From: D. Wokan @ 2005-03-01 6:59 UTC (permalink / raw To: gentoo-dev Stuart Longland wrote: > Hi All, > Sorry for the noise... but a number of people have started sending to > ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in > duplicate emails being sent to this end. > > If possible, can people kindly pick one, or the other -- and not > both? > > Incidentally, I've fixed the problem with using robin.gentoo.org... I > could've filtered on other headers...but what I've done instead is put > the following in my .mailfilter file (Yes, I use maildrop here): > > if (/Cc: *!.*!@.*.gentoo.org/) > { > xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" > } > > if (/To: *!.*!@.*.gentoo.org/) > { > xfilter "sed -e 's/$MATCH3/@lists.gentoo.org/'" > } > > (There's probably a way to combine those into one... but I can't be > arsed looking. ;-) > > Regards, > -- > +-------------------------------------------------------------+ > | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org | > | Atomic Linux Project -oOo- http://atomicl.berlios.de | > | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | > | I haven't lost my mind - it's backed up on a tape somewhere | > +-------------------------------------------------------------+ The problem is in the lack of standardization between mailing lists. I've gotten used to just hitting reply-all instead of just reply because a number of lists I'm on don't set the reply-to header like the Gentoo lists do. The first time I saw the too addresses in my recipients, I thought maybe one was some kind of backup list system, but then I saw my reply double-posted. I'll try to keep an eye on what's going on in each list that I reply to, but I don't think this is really going to be solved until someone hammers an RFC on it down the Internet's throat. (But even that may not be enough. After all, Outlook Express never did use dash, dash, space to start a signature.) -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 6:59 ` D. Wokan @ 2005-03-01 7:30 ` Anthony Gorecki 2005-03-01 7:37 ` Anthony Gorecki 2005-03-01 7:59 ` Stuart Longland 1 sibling, 1 reply; 30+ messages in thread From: Anthony Gorecki @ 2005-03-01 7:30 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 741 bytes --] On Monday, February 28, 2005 10:59 pm, D. Wokan wrote: > The problem is in the lack of standardization between mailing lists. > I've gotten used to just hitting reply-all instead of just reply because > a number of lists I'm on don't set the reply-to header like the Gentoo > lists do. Even better, a good MUA may actually /obey/ the standards and send mail to List-Post address when asked to reply to the list. Setting the Reply-To header can be aggravating for many users. A sane mail client will generally offer the following, with the required address computed in the order below: Reply to mailing list: List-Post, To Reply: From Reply to all: (List-Post|To) && From -- Anthony Gorecki Ectro-Linux Foundation [-- Attachment #2: Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 7:30 ` Anthony Gorecki @ 2005-03-01 7:37 ` Anthony Gorecki 0 siblings, 0 replies; 30+ messages in thread From: Anthony Gorecki @ 2005-03-01 7:37 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 393 bytes --] On Monday, February 28, 2005 11:30 pm, Anthony Gorecki wrote: > Reply to mailing list: List-Post, To > Reply: From > Reply to all: (List-Post|To) && From Sorry, I missed adding the note about Reply-To and B?CC being absent in the source message; if Reply-To was present, it would be given priority in addresses of the same context. -- Anthony Gorecki Ectro-Linux Foundation [-- Attachment #2: Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 6:59 ` D. Wokan 2005-03-01 7:30 ` Anthony Gorecki @ 2005-03-01 7:59 ` Stuart Longland 2005-03-01 8:20 ` Anthony Gorecki 1 sibling, 1 reply; 30+ messages in thread From: Stuart Longland @ 2005-03-01 7:59 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 2464 bytes --] D. Wokan wrote: > Stuart Longland wrote: > >> Hi All, >> Sorry for the noise... but a number of people have started sending to >> ${LIST}@gentoo.org, CCing to ${LIST}@lists.gentoo.org -- resulting in >> duplicate emails being sent to this end. >> >> If possible, can people kindly pick one, or the other -- and not >> both? >> > > The problem is in the lack of standardization between mailing lists. > I've gotten used to just hitting reply-all instead of just reply because > a number of lists I'm on don't set the reply-to header like the Gentoo > lists do. The first time I saw the too addresses in my recipients, I > thought maybe one was some kind of backup list system, but then I saw my > reply double-posted. Agreed. Most do set the List-ID header -- looking at your email headers here -- I see the following... > List-Post: <mailto:gentoo-dev@gentoo.org> > List-Help: <mailto:gentoo-dev+help@gentoo.org> > List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org> > List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org> > List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> ...and some email clients (KMail comes to mind) are even able to directly use this information. Some for instance provide Unsubscribe and Reply-To-Post buttons. Unfortunately Thunderbird (the mail client I use most of the time) doesn't have these features. (I'm tempted to do some maildrop/xfilter/perl magic to emulate these features though) > I'll try to keep an eye on what's going on in each list that I reply to, > but I don't think this is really going to be solved until someone > hammers an RFC on it down the Internet's throat. (But even that may not > be enough. After all, Outlook Express never did use dash, dash, space > to start a signature.) Knowing Microsoft... they'll probably implement the bits they like... tack on their own extensions and completely ignore the rest of it. (Embrace, Extend & Break) Which is unfortunate for its users. However, so long as we don't completely break those clients (i.e. it's still usable) then all should be fine. -- +-------------------------------------------------------------+ | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org | | Atomic Linux Project -oOo- http://atomicl.berlios.de | | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | | I haven't lost my mind - it's backed up on a tape somewhere | +-------------------------------------------------------------+ [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 256 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 7:59 ` Stuart Longland @ 2005-03-01 8:20 ` Anthony Gorecki 2005-03-01 9:52 ` Stuart Longland ` (3 more replies) 0 siblings, 4 replies; 30+ messages in thread From: Anthony Gorecki @ 2005-03-01 8:20 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 443 bytes --] On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > ...and some email clients (KMail comes to mind) are even able to > directly use this information. Do we have any Mutt users that can comment on support for this? > (I'm tempted to do some maildrop/xfilter/perl magic to emulate these > features though) Procmail rules are horrifying enough to be helpful as well :) -- Anthony Gorecki Ectro-Linux Foundation [-- Attachment #2: Type: application/pgp-signature, Size: 828 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 8:20 ` Anthony Gorecki @ 2005-03-01 9:52 ` Stuart Longland 2005-03-01 12:17 ` Georgi Georgiev 2005-03-01 15:02 ` Bill Davidson ` (2 subsequent siblings) 3 siblings, 1 reply; 30+ messages in thread From: Stuart Longland @ 2005-03-01 9:52 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 1349 bytes --] Anthony Gorecki wrote: > On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > >>...and some email clients (KMail comes to mind) are even able to >>directly use this information. > > Do we have any Mutt users that can comment on support for this? Something tells me this is another one that supports this -- but I'm not sure. >>(I'm tempted to do some maildrop/xfilter/perl magic to emulate these >>features though) > > Procmail rules are horrifying enough to be helpful as well :) lol Don't remind me of procmail. I used to use it... the moment I heard about maildrop, I dropped procmail quick smart, and haven't looked back. Procmail, while being a very good workhorse, the syntax of its files is pathetic IMHO. (Just like another well-known mail package, Sendmail) It honestly looks like someone's beaten their head against the keyboard.... if you're not familiar with it -- it's enough for someone to want to contribute in the same manner. -- +-------------------------------------------------------------+ | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org | | Atomic Linux Project -oOo- http://atomicl.berlios.de | | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | | I haven't lost my mind - it's backed up on a tape somewhere | +-------------------------------------------------------------+ [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 256 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 9:52 ` Stuart Longland @ 2005-03-01 12:17 ` Georgi Georgiev 2005-03-01 12:23 ` Georgi Georgiev 0 siblings, 1 reply; 30+ messages in thread From: Georgi Georgiev @ 2005-03-01 12:17 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 786 bytes --] maillog: 01/03/2005-19:52:45(+1000): Stuart Longland types > Anthony Gorecki wrote: > >On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > > > >>...and some email clients (KMail comes to mind) are even able to > >>directly use this information. > > > >Do we have any Mutt users that can comment on support for this? > > Something tells me this is another one that supports this -- but I'm not > sure. No it doesn't. Either that, or my muttrc if screwed. -- ) Georgi Georgiev ) Democracy is the recurrent suspicion that ) ( chutz@gg3.net ( more than half of the people are right ( ) +81(90)6266-1163 ) more than half of the time. ha -- E. B. ) ( ------------------- ( White ( [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 12:17 ` Georgi Georgiev @ 2005-03-01 12:23 ` Georgi Georgiev 0 siblings, 0 replies; 30+ messages in thread From: Georgi Georgiev @ 2005-03-01 12:23 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 856 bytes --] maillog: 01/03/2005-21:17:15(+0900): Георги Георгиев types > maillog: 01/03/2005-19:52:45(+1000): Stuart Longland types > > Anthony Gorecki wrote: > > >On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > > > > > >>...and some email clients (KMail comes to mind) are even able to > > >>directly use this information. > > > > > >Do we have any Mutt users that can comment on support for this? > > > > Something tells me this is another one that supports this -- but I'm not > > sure. > > No it doesn't. Either that, or my muttrc if screwed. No it doesn't. Either that, or my muttrc IS screwed. -- ) Georgi Georgiev ) QOTD: "I used to get high on life but ) ( chutz@gg3.net ( lately I've built up a resistance." ( ) +81(90)6266-1163 ) ) [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 8:20 ` Anthony Gorecki 2005-03-01 9:52 ` Stuart Longland @ 2005-03-01 15:02 ` Bill Davidson 2005-03-01 18:47 ` Maurice van der Pot 2005-03-03 18:45 ` [gentoo-dev] " Alexander Simonov 2005-03-05 21:35 ` Benjamin A. Collins 3 siblings, 1 reply; 30+ messages in thread From: Bill Davidson @ 2005-03-01 15:02 UTC (permalink / raw To: gentoo-dev On 00:20 Tue 01 Mar , Anthony Gorecki wrote: > On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > > ...and some email clients (KMail comes to mind) are even able to > > directly use this information. > > Do we have any Mutt users that can comment on support for this? Mutt supports this. You have to configure it though. In my ~/.muttrc I have: subscribe gentoo-user When I hit the 'L' key, the reply goes to the gentoo-user list. I'm not sure which header it reads though. Bill -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 15:02 ` Bill Davidson @ 2005-03-01 18:47 ` Maurice van der Pot 2005-03-02 1:26 ` Georgi Georgiev 0 siblings, 1 reply; 30+ messages in thread From: Maurice van der Pot @ 2005-03-01 18:47 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 711 bytes --] On Tue, Mar 01, 2005 at 10:02:34AM -0500, Bill Davidson wrote: > Mutt supports this. You have to configure it though. In my ~/.muttrc I have: > > subscribe gentoo-user > > When I hit the 'L' key, the reply goes to the gentoo-user list. I'm not sure > which header it reads though. Apparently the to, as you may be able to see from this message. If you for instance have "subscribe gentoo-dev@gentoo.org" in your configuration and the to contains @robin.gentoo.org, mutt will report that no mailing lists were found. -- Maurice van der Pot Gentoo Linux Developer griffon26@gentoo.org http://www.gentoo.org Creator of BiteMe! griffon26@kfk4ever.com http://www.kfk4ever.com [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 18:47 ` Maurice van der Pot @ 2005-03-02 1:26 ` Georgi Georgiev 2005-03-02 1:30 ` Georgi Georgiev 2005-03-02 10:04 ` [gentoo-dev] " Torsten Veller 0 siblings, 2 replies; 30+ messages in thread From: Georgi Georgiev @ 2005-03-02 1:26 UTC (permalink / raw To: gentoo-dev, gentoo-dev [-- Attachment #1: Type: text/plain, Size: 1245 bytes --] maillog: 01/03/2005-19:47:05(+0100): Maurice van der Pot types > On Tue, Mar 01, 2005 at 10:02:34AM -0500, Bill Davidson wrote: > > Mutt supports this. You have to configure it though. In my ~/.muttrc I have: > > > > subscribe gentoo-user > > > > When I hit the 'L' key, the reply goes to the gentoo-user list. I'm not sure > > which header it reads though. > > Apparently the to, as you may be able to see from this message. If you > for instance have "subscribe gentoo-dev@gentoo.org" in your > configuration and the to contains @robin.gentoo.org, mutt will report > that no mailing lists were found. And if you have "subscribe gentoo-dev" and the To: has gentoo-dev@{robin.,}gentoo.org it will send it to both addresses when you hit the To. The idea of "subscribe" is to tell mutt to put the Mail-Followup-To: header (because you are subscribed and don't want a reply coming to you as well) more than anything else. -- / Georgi Georgiev / I kissed my first girl and smoked my first / \ chutz@gg3.net \ cigarette on the same day. I haven't had \ / +81(90)6266-1163 / time for tobacco since. ir -- Arturo / \ ------------------- \ Toscanini \ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 1:26 ` Georgi Georgiev @ 2005-03-02 1:30 ` Georgi Georgiev 2005-03-02 9:45 ` Maurice van der Pot 2005-03-02 10:04 ` [gentoo-dev] " Torsten Veller 1 sibling, 1 reply; 30+ messages in thread From: Georgi Georgiev @ 2005-03-02 1:30 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 690 bytes --] Something is very wrong with me... maillog: 02/03/2005-10:26:52(+0900): Георги Георгиев types > And if you have "subscribe gentoo-dev" and the To: has > gentoo-dev@{robin.,}gentoo.org it will send it to both addresses when > you hit the To. **you hit the 'L'. > The idea of "subscribe" is to tell mutt to put the > Mail-Followup-To: header (because you are subscribed and don't want a > reply coming to you as well) more than anything else. -- *) Georgi Georgiev *) Computers are useless. They can only give *) (* chutz@gg3.net (* you answers. -- Pablo Picasso (* *) +81(90)6266-1163 *) *) [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 1:30 ` Georgi Georgiev @ 2005-03-02 9:45 ` Maurice van der Pot 0 siblings, 0 replies; 30+ messages in thread From: Maurice van der Pot @ 2005-03-02 9:45 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 619 bytes --] On Wed, Mar 02, 2005 at 10:30:33AM +0900, Georgi Georgiev wrote: > > The idea of "subscribe" is to tell mutt to put the > > Mail-Followup-To: header (because you are subscribed and don't want a > > reply coming to you as well) more than anything else. But at the moment it also determines the addresses that should be considered as list addresses, right? So how should that be fixed? Shouldn't mutt really use list-post? Maurice -- Maurice van der Pot Gentoo Linux Developer griffon26@gentoo.org http://www.gentoo.org Creator of BiteMe! griffon26@kfk4ever.com http://www.kfk4ever.com [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 1:26 ` Georgi Georgiev 2005-03-02 1:30 ` Georgi Georgiev @ 2005-03-02 10:04 ` Torsten Veller 2005-03-02 14:36 ` Georgi Georgiev 1 sibling, 1 reply; 30+ messages in thread From: Torsten Veller @ 2005-03-02 10:04 UTC (permalink / raw To: gentoo-dev * Georgi Georgiev <chutz@gg3.net>: > maillog: 01/03/2005-19:47:05(+0100): Maurice van der Pot types > > On Tue, Mar 01, 2005 at 10:02:34AM -0500, Bill Davidson wrote: > > > Mutt supports this. You have to configure it though. In my ~/.muttrc I have: > > > > > > subscribe gentoo-user > > > > > > When I hit the 'L' key, the reply goes to the gentoo-user list. I'm not sure > > > which header it reads though. > > > > Apparently the to, as you may be able to see from this message. If you > > for instance have "subscribe gentoo-dev@gentoo.org" in your > > configuration and the to contains @robin.gentoo.org, mutt will report > > that no mailing lists were found. > > And if you have "subscribe gentoo-dev" and the To: has gentoo-dev matches gentoo-dev@lists.gentoo.org as well as gentoo-dev@gentoo.org as well as gentoo-dev@robin.gentoo.org. (Your Mail-Followup-To: includes gentoo-dev@gentoo.org and gentoo-dev@robin.gentoo.org). > gentoo-dev@{robin.,}gentoo.org it will send it to both addresses when > you hit the To. The idea of "subscribe" is to tell mutt to put the > Mail-Followup-To: header (because you are subscribed and don't want a > reply coming to you as well) more than anything else. lists gentoo-[0-9a-z-]+@gentoo\\.org subscribe gentoo-[0-9a-z-]+@gentoo\\.org and set honor_followup_to=ask-yes set reply_to=ask-no # Fix broken mailing list software set ignore_list_reply_to=yes works like a charme. -- -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 10:04 ` [gentoo-dev] " Torsten Veller @ 2005-03-02 14:36 ` Georgi Georgiev 2005-03-02 18:12 ` Colin Kingsley 0 siblings, 1 reply; 30+ messages in thread From: Georgi Georgiev @ 2005-03-02 14:36 UTC (permalink / raw To: gentoo-dev maillog: 02/03/2005-11:04:38(+0100): Torsten Veller types > * Georgi Georgiev <chutz@gg3.net>: > > maillog: 01/03/2005-19:47:05(+0100): Maurice van der Pot types > > > On Tue, Mar 01, 2005 at 10:02:34AM -0500, Bill Davidson wrote: > > > > Mutt supports this. You have to configure it though. In my ~/.muttrc I have: > > > > > > > > subscribe gentoo-user > > > > > > > > When I hit the 'L' key, the reply goes to the gentoo-user list. I'm not sure > > > > which header it reads though. > > > > > > Apparently the to, as you may be able to see from this message. If you > > > for instance have "subscribe gentoo-dev@gentoo.org" in your > > > configuration and the to contains @robin.gentoo.org, mutt will report > > > that no mailing lists were found. > > > > And if you have "subscribe gentoo-dev" and the To: has > > gentoo-dev matches gentoo-dev@lists.gentoo.org as well as > gentoo-dev@gentoo.org as well as gentoo-dev@robin.gentoo.org. > (Your Mail-Followup-To: includes gentoo-dev@gentoo.org and > gentoo-dev@robin.gentoo.org). > > > gentoo-dev@{robin.,}gentoo.org it will send it to both addresses when > > you hit the To. The idea of "subscribe" is to tell mutt to put the > > Mail-Followup-To: header (because you are subscribed and don't want a > > reply coming to you as well) more than anything else. > > lists gentoo-[0-9a-z-]+@gentoo\\.org > subscribe gentoo-[0-9a-z-]+@gentoo\\.org Only that some people send *only* to robin.gentoo.org and mutt won't catch those as being sent to a list you're subscribed to. > and > > set honor_followup_to=ask-yes > set reply_to=ask-no > # Fix broken mailing list software > set ignore_list_reply_to=yes > > works like a charme. > -- > -- > gentoo-dev@gentoo.org mailing list > -- \ Georgi Georgiev \ I FOR without NEXT, 0:1 \ / chutz@gg3.net / / \ +81(90)6266-1163 \ \ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 14:36 ` Georgi Georgiev @ 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:38 ` Chris Gianelloni 0 siblings, 2 replies; 30+ messages in thread From: Colin Kingsley @ 2005-03-02 18:12 UTC (permalink / raw To: gentoo-dev; +Cc: gentoo-dev What I gather from this thread is that not every mailing list is perfect, and not every mail client is perfect, so every now and then, somebody gets a duplicate mail. Not the end of the world. Get over it. What I would like clarified is what is the propper address for gentoo mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or are both ok? Colin -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 18:12 ` Colin Kingsley @ 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:38 ` Chris Gianelloni 1 sibling, 0 replies; 30+ messages in thread From: Colin Kingsley @ 2005-03-02 18:12 UTC (permalink / raw To: gentoo-dev; +Cc: gentoo-dev What I gather from this thread is that not every mailing list is perfect, and not every mail client is perfect, so every now and then, somebody gets a duplicate mail. Not the end of the world. Get over it. What I would like clarified is what is the propper address for gentoo mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or are both ok? Colin -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:12 ` Colin Kingsley @ 2005-03-02 18:38 ` Chris Gianelloni 2005-03-02 18:59 ` Torsten Veller ` (2 more replies) 1 sibling, 3 replies; 30+ messages in thread From: Chris Gianelloni @ 2005-03-02 18:38 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 740 bytes --] On Wed, 2005-03-02 at 13:12 -0500, Colin Kingsley wrote: > What I gather from this thread is that not every mailing list is > perfect, and not every mail client is perfect, so every now and then, > somebody gets a duplicate mail. Not the end of the world. Get over it. Yes, but when you deliberately have the EXACT SAME LIST in both the TO and the CC field, it is really annoying and your own fault for causing more list traffic. > What I would like clarified is what is the propper address for gentoo > mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or > are both ok? You can send to either one. -- Chris Gianelloni Release Engineering - Strategic Lead/QA Manager Games - Developer Gentoo Linux [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 18:38 ` Chris Gianelloni @ 2005-03-02 18:59 ` Torsten Veller 2005-03-02 21:52 ` Donnie Berkholz 2005-03-03 1:07 ` Georgi Georgiev 2 siblings, 0 replies; 30+ messages in thread From: Torsten Veller @ 2005-03-02 18:59 UTC (permalink / raw To: gentoo-dev * Chris Gianelloni <wolf31o2@gentoo.org>: > On Wed, 2005-03-02 at 13:12 -0500, Colin Kingsley wrote: > > What I gather from this thread is that not every mailing list is > > perfect, and not every mail client is perfect, so every now and then, > > somebody gets a duplicate mail. Not the end of the world. Get over it. > > Yes, but when you deliberately have the EXACT SAME LIST in both the TO > and the CC field, it is really annoying and your own fault for causing > more list traffic. To: is rewritten - so not his fault that both header contain the same address :) > > What I would like clarified is what is the propper address for gentoo > > mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or > > are both ok? > > You can send to either one. only listname@g.o (as stated in every header) would be best. -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 18:38 ` Chris Gianelloni 2005-03-02 18:59 ` Torsten Veller @ 2005-03-02 21:52 ` Donnie Berkholz 2005-03-03 1:07 ` Georgi Georgiev 2 siblings, 0 replies; 30+ messages in thread From: Donnie Berkholz @ 2005-03-02 21:52 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Gianelloni wrote: | On Wed, 2005-03-02 at 13:12 -0500, Colin Kingsley wrote: | |>What I gather from this thread is that not every mailing list is |>perfect, and not every mail client is perfect, so every now and then, |>somebody gets a duplicate mail. Not the end of the world. Get over it. | | | Yes, but when you deliberately have the EXACT SAME LIST in both the TO | and the CC field, it is really annoying and your own fault for causing | more list traffic. | | |>What I would like clarified is what is the propper address for gentoo |>mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or |>are both ok? | | | You can send to either one. It's pretty clear that sending to something that abstracts the implementation (in this case, which box the lists are hosted on) is better -- therefore, either @lists.gentoo.org (does this exist?) or @gentoo.org, not @robin.gentoo.org. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCJjWsXVaO67S1rtsRAtSQAKCzdh193OhcAOHbVA9XbMKVLlVmJQCgjVy0 20hgATLrzUzZ3dAmg4v3yR0= =yRBt -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Re: Small irritation: Can people please stop sending their posts in duplicate... 2005-03-02 18:38 ` Chris Gianelloni 2005-03-02 18:59 ` Torsten Veller 2005-03-02 21:52 ` Donnie Berkholz @ 2005-03-03 1:07 ` Georgi Georgiev 2 siblings, 0 replies; 30+ messages in thread From: Georgi Georgiev @ 2005-03-03 1:07 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 999 bytes --] maillog: 02/03/2005-13:38:02(-0500): Chris Gianelloni types > On Wed, 2005-03-02 at 13:12 -0500, Colin Kingsley wrote: > > What I gather from this thread is that not every mailing list is > > perfect, and not every mail client is perfect, so every now and then, > > somebody gets a duplicate mail. Not the end of the world. Get over it. > > Yes, but when you deliberately have the EXACT SAME LIST in both the TO > and the CC field, it is really annoying and your own fault for causing > more list traffic. > > > What I would like clarified is what is the propper address for gentoo > > mailing lists now? <list>@robin.gentoo.org, or <list>@gentoo.org. Or > > are both ok? > > You can send to either one. Yep, we all figured that we *can*. The problem is, *should* we. -- \/ Georgi Georgiev \/ Some people have a great ambition: to \/ /\ chutz@gg3.net /\ build something that will last, at least /\ \/ +81(90)6266-1163 \/ until they've finished building it. \/ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 8:20 ` Anthony Gorecki 2005-03-01 9:52 ` Stuart Longland 2005-03-01 15:02 ` Bill Davidson @ 2005-03-03 18:45 ` Alexander Simonov 2005-03-05 21:35 ` Benjamin A. Collins 3 siblings, 0 replies; 30+ messages in thread From: Alexander Simonov @ 2005-03-03 18:45 UTC (permalink / raw To: gentoo-dev [-- Attachment #1.1: Type: text/plain, Size: 879 bytes --] On Tue, Mar 01, 2005 at 12:20:27AM -0800, Anthony Gorecki wrote: > >Do we have any Mutt users that can comment on support for this? > > >> (I'm tempted to do some maildrop/xfilter/perl magic to emulate these >> features though) > >Procmail rules are horrifying enough to be helpful as well :) > I am use mutt with sidebar patch. I have get mail like this: getmail->unafp->maildrop->mutt unafp it's a Ukrainian National Antivirus. In atach my configs of getmail,maildrop and mutt. -- WBR, Alexander Simonov Site Admin of Gentoo Community Ukraine Site Admin of Fluxmod - web site devoted to fluxbox users. Site Admin of Russian Gentoo Wiki web-site: http:///www.gentoo.org.ua web-site: http://www.fluxmod.org.ua web-site: http://ru.gentoo-wiki.com e-mail: devil@gentoo.org.ua ICQ#: 310029609 JabberID: devil@jabber.te.ua JabberID: simonov@jabber.org [-- Attachment #1.2: .mailfilter --] [-- Type: text/plain, Size: 10357 bytes --] # - maildrop mailinglist. # http://lists.sourceforge.net/lists/listinfo/courier-maildrop # - Please browse the mailinglist archives for more examples. # http://sourceforge.net/mailarchive/forum.php?forum=courier-maildrop # - Save this file as .mailfilter in your home directory and do # chmod 600 .mailfilter # - Do not edit your .mailfilter file with a DOS or WINDOWS # texteditor!! # - Linebreaking doesn't work inside a pattern. So the following # rule cannot work: # #if (/^Subject:.*(exim|sendmail| \ # gdm|xdm|imap|cgi)/) # # and must be in one line: # # if (/^Subject:.*(exim|sendmail|gdm|xdm|imap|cgi)/) # # # - Linebreaking only works for quotet text and between patterns: # # "Imagine this is as a \ # long text string" # # #if (/^To:.*mutt/ \ # || /^[Cc][Cc]:.*mutt/) # ##################################################################### # # Let's tag all incoming messages # ##################################################################### #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # .2root # #if (/^Subject:.*Cron/ || /^To:.*root/ ) #{ # log "(II) Header set to: X-Dropzone-Flag: 2root" # xfilter "reformail -A'X-Dropzone-Flag: 2root'" # #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # .mailing lists and forums # #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # .gentoo-wiki if (/^List-Post:.*(users|devel)@gentoo-wiki.com/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-wiki" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-wiki'" } #``````````````````````````````````````````````````````````````````` # gentoo-ru if (/^List-Post:.*gentoo@lists.osdn.org.ua/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-ru" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-ru'" } #``````````````````````````````````````````````````````````````````` # gentoo-doc if (/^List-Post:.*gentoo-doc-ru@gentoo.org/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-doc-ru" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-doc-ru'" } #``````````````````````````````````````````````````````````````````` # gentoo-book if (/^List-Post:.*gentoobook@open-hill.com/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-book" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-book'" } #`````````````````````````````````````````````````````````````````` # gentoo security if (/^List-Post:.*gentoo-announce@lists.gentoo.org/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-security" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-security'" } #`````````````````````````````````````````````````````````````````` # gentoo develop if (/^List-Post:.*gentoo-dev@gentoo.org/) { log "(II) Header set to: X-Dropzone-Flag: lists.gentoo-dev" xfilter "reformail -A'X-Dropzone-Flag: lists.gentoo-dev'" } #`````````````````````````````````````````````````````````````````` # frenzy if (/^List-Post:.*comp.soft.othos.frenzy-list@subscribe.ru/) { log "(II) Header set to: X-Dropzone-Flag: lists.frenzy" xfilter "reformail -A'X-Dropzone-Flag: lists.frenzy'" } #````````````````````````````````````````````````````````````````````` # linux.kiev.ua if (/^List-Post:.*linux-list@linux.kiev.ua/) { log "(II) Header set to: X-Dropzone-Flag: lists.linux-list" xfilter "reformail -A'X-Dropzone-Flag: lists.linux-list'" } #```````````````````````````````````````````````````````````````````` # lug if (/^List-Post:.*lug@mercuri.mk.ua/) { log "(II) Header set to: X-Dropzone-Flag: lists.lug" xfilter "reformail -A'X-Dropzone-Flag: lists.lug'" } #```````````````````````````````````````````````````````````````````` # lafox if (/^List-Post:.*shopnews@lafox.net/) { log "(II) Header set to: X-Dropzone-Flag: lists.lafox" xfilter "reformail -A'X-Dropzone-Flag: lists.lafox'" } #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # inbox if (/^To:.*asimonov@hostopia.com/) { log "(II) Header set to: X-Dropzone-Flag: simonov" xfilter "reformail -A'X-Dropzone-Flag: simonov'". } ###################################################################### # Processing rules ###################################################################### #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # .list.gentoo-wiki if (/^X-Dropzone-Flag: lists.gentoo-wiki/) { `test -d $HOME/.maildir/.lists.gentoo-wiki` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-wiki" `maildirmake -f list.gentoo-wiki $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-wiki" `echo INBOX.lists.gentoo-wiki >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-wiki/" } #```````````````````````````````````````````````````````````````````` # .lists.gentoo-ru if (/^X-Dropzone-Flag: lists.gentoo-ru/) { `test -d $HOME/.maildir/.lists.gentoo-ru` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-ru" `maildirmake -f list.gentoo-ru $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-ru" `echo INBOX.lists.gentoo-ru >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-ru/" } #``````````````````````````````````````````````````````````````````` # .list.gentoo-doc-ru if (/^X-Dropzone-Flag:.*lists.gentoo-doc-ru/) { `test -d $HOME/.maildir/.lists.gentoo-doc-ru` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-doc-ru" `maildirmake -f list.gentoo-doc-ru $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-ru" `echo INBOX.lists.gentoo-doc-ru >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-doc-ru/" } #`````````````````````````````````````````````````````````````````` # gentoo-book if (/^X-Dropzone-Flag:.*lists.gentoo-book/) { `test -d $HOME/.maildir/.lists.gentoo-book` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-book" `maildirmake -f list.gentoo-book $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-book" `echo INBOX.lists.gentoo-book >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-book/" } #`````````````````````````````````````````````````````````````````` # .gentoo-security if (/^X-Dropzone-Flag:.*lists.gentoo-security/) { `test -d $HOME/.maildir/.lists.gentoo-security` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-security" `maildirmake -f list.gentoo-security $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-security" `echo INBOX.lists.gentoo-security >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-security/" } #`````````````````````````````````````````````````````````````````` # .gentoo-dev if (/^X-Dropzone-Flag:.*lists.gentoo-dev/) { `test -d $HOME/.maildir/.lists.gentoo-dev` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.gentoo-dev" `maildirmake -f list.gentoo-dev $HOME/.maildir` log "(II) Subscribe for .lists.gentoo-dev" `echo INBOX.lists.gentoo-dev >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.gentoo-dev/" } #`````````````````````````````````````````````````````````````````` # .frenzy if (/^X-Dropzone-Flag:.*lists.frenzy/) { `test -d $HOME/.maildir/.lists.frenzy` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.frenzy" `maildirmake -f list.frenzy $HOME/.maildir` log "(II) Subscribe for .lists.frenzy" `echo INBOX.lists.frenzy >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.frenzy/" } #``````````````````````````````````````````````````````````````````` # ..linux-list if (/^X-Dropzone-Flag:.*lists.linux-list/) { `test -d $HOME/.maildir/.lists.linux-list` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.linux-list" `maildirmake -f list.linux-list $HOME/.maildir` log "(II) Subscribe for .lists.linux-list" `echo INBOX.lists.linux-list >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.linux-list/" } #``````````````````````````````````````````````````````````````````` # .lug if (/^X-Dropzone-Flag:.*lists.lug/) { `test -d $HOME/.maildir/.lists.lug` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.lug" `maildirmake -f list.lug $HOME/.maildir` log "(II) Subscribe for .lists.lug" `echo INBOX.lists.lug >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.lug/" } #``````````````````````````````````````````````````````````````````` # .lafox if (/^X-Dropzone-Flag:.*lists.lafox/) { `test -d $HOME/.maildir/.lists.lafox` # make sure .lists.gentoo-wiki folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.lists.lafox" `maildirmake -f list.lafox $HOME/.maildir` log "(II) Subscribe for .lists.lafox" `echo INBOX.lists.lafox >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.lists.lafox/" } #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # .simonov@hostopia.com if (/^X-Dropzone-Flag:.*simonov/) { `test -d $HOME/.maildir/.simonov` # make sure .yourmailbox folder exists if( $RETURNCODE == 1 ) { log "(II) Creating $HOME/.maildir/.simonov" `maildirmake -f simonov $HOME/.maildir` log "(II) Subscribe for .simonov mailbox" `echo INBOX.simonov >> $MAILDIR/courierimapsubscribed` } to "$DEFAULT/.simonov/" } #'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # everything else #if (/^X-Dropzone-Flag:*/) to "$DEFAULT/.inbox/" [-- Attachment #1.3: getmailrc.bak --] [-- Type: text/plain, Size: 354 bytes --] [options] # be quiet, nah verbose = 1 # get all messages read_all = 1 # delete messages after retrieving them delete = 1 # log what it did message_log = ~/.getmail/.getmail.log [retriever] type = SimplePOP3Retriever server = xxx.xxx.xxx.xxx username = username password = pass [destination] type = MDA_external path = /usr/bin/maildrop unixfrom = True [-- Attachment #1.4: .muttrc --] [-- Type: text/plain, Size: 11164 bytes --] # -*-muttrc-*- # # Mutt configuration file of Thomas Roessler <roessler@guug.de>. # # Use and distribute freely. # # Note: This file doesn't contain any personal customization, i.e., # using it won't make you send messages with my name in the header. # # Things to change: You probably want to change the "priv.rc" source # command in the end of this file. Also, it's likely you want to have # a look at the the $editor and $tmpdir variables. # # # MIME settings # auto_view application/ms-tnef text/x-vcard auto_view application/x-chess application/x-lotus-notes auto_view text/html application/x-gzip application/x-gunzip auto_view application/rtf application/x-rath auto_view application/msword alternative_order application/pgp text/plain text/html text/enriched # # Key bindings # # # A few of these may resemble Pine. ups. # bind alias " " tag-entry bind alias \n select-entry bind alias \r select-entry bind attach i exit bind attach n next-entry bind attach p previous-entry bind attach " " select-entry bind attach y print-entry bind browser <end> last-entry bind browser <home> first-entry bind editor "\e<backspace>" kill-word bind editor "\e<delete>" kill-word bind editor "\e\t" complete-query bind editor "\Ct" transpose-chars bind generic "\CV" next-page bind generic "\Ca" first-entry bind generic "\Ce" last-entry bind generic "\eV" previous-page bind generic "\ev" previous-page bind generic + tag-entry bind generic ^ first-entry bind generic a tag-prefix bind generic $ last-entry bind generic q exit bind index ";" limit bind index "\Ce" last-entry # override edit-type bind index "\eV" previous-page # override collapse-something bind index "\e<" collapse-thread bind index "\eq" query bind index $ last-entry bind index * flag-message bind index <delete> delete-message bind index <end> last-entry bind index <home> first-entry bind index J next-entry bind index K previous-entry bind index Q quit bind index R group-reply bind index \em recall-message bind index a tag-prefix bind index m mail bind index p previous-entry bind index t create-alias bind index x sync-mailbox bind index y print-message bind index n next-entry bind index "\ev" previous-page bind pager "\Cn" next-line bind pager "\Cp" previous-line bind pager + tag-message bind pager <delete> delete-message bind pager <down> next-line bind pager <end> bottom bind pager <home> top bind pager <up> previous-line bind pager G group-reply bind pager R group-reply bind pager \em recall-message bind pager t display-toggle-weed # like slrn bind pager y print-message bind query i exit # make it feel like emacs macro generic "\ex" ":exec " macro pager "\ex" ":exec " macro generic "\eX" "\ex" macro pager "\eX" "\ex" macro index "~" ";~" # move messages to the pilot folder macro index "\ew" "<decode-copy>+pilot\n" "Copy a message to the pilot folder." macro pager "\ew" "<decode-copy>+pilot\n" "Copy a message to the pilot folder." # for majordomo list owner and moderator jobs macro index "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" macro pager "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" # emulate the old URL-browser key bindings. macro pager "\Cb" "| urlview -\n" macro index "\Cb" "| urlview -\n" # permit limiting from the pager. macro pager ";" "<exit><limit>" # emulate the old POP-feature bindings macro index G "!getmail\n" macro pager G "!getmail\n" macro compose "\ee" "Fpgp -eatf " # # Sidebox # bind index <pagedown> next-mbox bind pager <pagedown> next-mbox bind index <pageup> previous-mbox bind pager <pageup> previous-mbox bind index o open-mbox bind pager o open-mbox # # Colors # # This is a tiny hack, so I can get different # color schemes on the console and under X11. source ~/.mutt/colors.linux mono index bold ~F # mono body bold '\*[^*]+\*' # mono body underline '_[^_]+_' # # The header weed list # ignore delivered-to ignore content- errors-to in-reply-to mime-version ignore lines precedence status ignore nntp-posting-host path old-return-path received references ignore priority >received >>received ignore resent- return-path xref path ignore x400 importance sensitivity autoforward original-encoded-information ignore x- thread- ignore list- comments posted-to approved-by unignore x-spam x-url x-mailer hdr_order from to cc date subject reply-to mail-followup-to # # Various settings # set abort_nosubject=no # Let me send messages with an empty subject set abort_unmodified=no # Let me send empty messages set alias_file=~/.mutt/aliases # Where to store aliases set allow_8bit # Produce correct MIME #set arrow_cursor # Use the bar cursor unset askcc # Ask me about CCs unset bounce_delivered # Don't include Delivered-to with bounces set charset=utf-8 # The local character set set send_charset="utf8" set confirmcreate # Ask me about creating new files unset confirmappend # Don't ask me about appending to files set delete=yes # Don't ask me whether or not I meant to delete messages set display_filter="tr '\240\204\223\226' ' \"\"-'" # fix some funny characters set edit_hdrs # I want to edit the headers. #set editor="/usr/bin/jed %s -f 'flower_mode();'" # Invoke jed with mail_mode. This may # or may not work for you. set envelope_from # set messages' envelope-from header. set fcc_clear # Store local copies of messages in the clear. set folder=~/.maildir/ # Where my mail folders go set followup_to # Create Mail-Followup-To headers. unset force_name # Don't create save folders which don't exist. set forward_decode # Decode messages when forwarding. set forward_decrypt # Decrypt messages when forwarding. set help # No help line. set include=yes # Always include a copy when replying. set mark_old # Distinguish between seen (but unread) and new messages set mbox=+mbox # The (unused) mbox file. unset metoo # Remove me from CC headers. set mime_fwd=ask-no # Ask me whether or not to create a MIME-encapsulated forward set move=no # Don't use mbox set pager_stop # Don't fall through to the next message in the pager set pager_index_lines=0 # The pager index is ugly. set pgp_replyencrypt # Encrypt when replying to encrypted messages. set pgp_replysignencrypted # Sign when replying to encrypted messages. set pgp_show_unusable="no" # Don't display unusable keys. set pgp_sort_keys="keyid" # Sort keys by key ID set pgp_replysign # Sign when replying to signed messages. set pgp_timeout=3600 # Forget the PGP passphrase after an hour. set pipe_decode # Decode messages I pipe to commands, typically to patch(1). set postponed=~/.mutt/postponed # Where to put postponed messages set print=ask-no # Don't waste paper set print_cmd="enscript -Email -2 -r -G" # Two columns, landscape, fancy header. set print_split=yes # Invoke enscript once per message set quit=yes # Don't ask me whether or not I want to quit. set quote_regexp="^ *[a-zA-Z]*[>|][>:|]*" # Recognize quotes in the pager. set read_inc=50 # Progress indicator when reading folders. set recall=ask-no # When I say "compose", ask me whether I want to continue # composing a postponed message. set record="+archive/now" # Put copies of most outgoing messages to ~/Mail/archive/now set reply_to=ask-yes # Ask me whether I want to honor users' reply-to headers. set reverse_alias # Use aliases to display real names on the index. set save_name # Save copies by name. Together with $record and $save_name, # this means that when a folder exists, copies of outgoing # messages are written to ~/Mail/<name>, otherwise they go to # ~/Mail/archive/now set signature=~/.signature # Silly signature set sig_dashes # Add dashes above my signature set smart_wrap # Try to be smart when wrapping around lines in the pager set sort=threads # sort by threads, set sort_aux=date # then by date unset strict_threads # don't be strict about threads # set suspend=no # Don't suspend - I usually run mutt like this: "xterm -e mutt" set tilde # Indicate empty lines in the pager. set tmpdir=/tmp # Temporary files aren't stored in public places. set to_chars=" +TCF " # Don't tag list mail in the index unset use_domain # Don't append a domain to addresses. set write_inc=50 # Progress indicator when writing folders. set query_command="lbdbq %s" # Use the Little Brother's Database with the external # query feature. set sendmail_wait=-1 # Put sendmail (i.e., postfix) to the background. set encode_from # "From " in the beginning of a line triggers quoted-printable set nowait_key # Return immediately from external programs set forw_format="[fwd] %s (from: %a)" # A different subject for forwarded messages set nobeep # Shut up. ;-) set reply_regexp="^((re([\\[0-9\\]+])*|aw):[ \t]*)+[ \t]*" # A regular expression to detect replies set header # Include the message header when replying. set ignore_list_reply_to # Ignore Reply-To headers pointing to mailing lists. set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" # Somewhat different index format, which works # nicely with maildir folders. set rfc2047_parameters # Sometimes, I get mails which use a bogus encoding for # MIME parameters. Setting this shouldn't harm. set text_flowed # Generate text/plain; format=flowed unset use_ipv6 # Don't try to use IPv6 - it doesn't work here. set keep_flagged # don't move flagged messages to mbox set status_format="-%r-+(%v) %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]----%>-(%P)---" set compose_format="--+(%v) Compose [Approx. msg size: %l Atts: %a]%>-" set pager_format="-%Z- %C/%m: %.20n %> %s" set smileys="^$" # PGP command configuration # source ~/.mutt/pgp2.rc source ~/.mutt/gpg.rc # source non-public stuff, (hooks, alternates, ...) #source ~/.mutt/priv.rc # source aliases source ~/.mutt/aliases set visual=vim # �����?��, ���������� �� ~v set from="asimonov@hostopia.com" #������ ��� ����� � ������ "from" set realname="Alexander Simonov" set attribution="On %d, %n wrote:"# ��� ������ �� ������ ����� ��� ������� � ������ ������ mailboxes =.simonov =.inbox =.lists.gentoo-wiki =.lists.gentoo-dev =.lists.lafox =.lists.gentoo-dev =.lists.gentoo-ru =.lists.gentoo-doc-ru =.lists.gentoo-security =.lists.lug =.lists.frenzy =.lists.linux-list set mbox_pane_show=yes set mbox_pane_width=20 [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate... 2005-03-01 8:20 ` Anthony Gorecki ` (2 preceding siblings ...) 2005-03-03 18:45 ` [gentoo-dev] " Alexander Simonov @ 2005-03-05 21:35 ` Benjamin A. Collins 3 siblings, 0 replies; 30+ messages in thread From: Benjamin A. Collins @ 2005-03-05 21:35 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 646 bytes --] On Tue, Mar 01, 2005 at 12:20:27AM -0800, Anthony Gorecki wrote: > On Monday, February 28, 2005 11:59 pm, Stuart Longland wrote: > > ...and some email clients (KMail comes to mind) are even able to > > directly use this information. > > Do we have any Mutt users that can comment on support for this? I use Mutt. I don't use the List-* headers in mutt (I use them in Procmail), but mutt has a good list-reply capability. Just add lists gentoo-dev@lists.gentoo.org gentoo-server@lists.gentoo.org and you can reply to a list using Ctl-L. bc -- Benjamin A. Collins <bencollins@tamu.edu> http://people.cs.tamu.edu/bcollins/ [-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2005-03-05 21:32 UTC | newest] Thread overview: 30+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-02-28 13:29 [gentoo-dev] Small irritation: Can people please stop sending their posts in duplicate Stuart Longland 2005-02-28 14:53 ` M. Edward (Ed) Borasky 2005-02-28 14:56 ` Lance Albertson 2005-02-28 23:32 ` Nick Rout 2005-02-28 19:55 ` Luke-Jr 2005-02-28 22:56 ` Mike Frysinger 2005-03-01 7:06 ` D. Wokan 2005-03-01 6:59 ` D. Wokan 2005-03-01 7:30 ` Anthony Gorecki 2005-03-01 7:37 ` Anthony Gorecki 2005-03-01 7:59 ` Stuart Longland 2005-03-01 8:20 ` Anthony Gorecki 2005-03-01 9:52 ` Stuart Longland 2005-03-01 12:17 ` Georgi Georgiev 2005-03-01 12:23 ` Georgi Georgiev 2005-03-01 15:02 ` Bill Davidson 2005-03-01 18:47 ` Maurice van der Pot 2005-03-02 1:26 ` Georgi Georgiev 2005-03-02 1:30 ` Georgi Georgiev 2005-03-02 9:45 ` Maurice van der Pot 2005-03-02 10:04 ` [gentoo-dev] " Torsten Veller 2005-03-02 14:36 ` Georgi Georgiev 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:12 ` Colin Kingsley 2005-03-02 18:38 ` Chris Gianelloni 2005-03-02 18:59 ` Torsten Veller 2005-03-02 21:52 ` Donnie Berkholz 2005-03-03 1:07 ` Georgi Georgiev 2005-03-03 18:45 ` [gentoo-dev] " Alexander Simonov 2005-03-05 21:35 ` Benjamin A. Collins
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox