* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild [not found] <E1Iczwi-0003B0-J9@stork.gentoo.org> @ 2007-10-03 8:52 ` Donnie Berkholz 2007-10-03 10:43 ` Wolfram Schlich 0 siblings, 1 reply; 10+ messages in thread From: Donnie Berkholz @ 2007-10-03 8:52 UTC (permalink / raw To: gentoo-dev, wschlich On 08:51 Wed 03 Oct , Wolfram Schlich (wschlich) wrote: > 1.1 sys-fs/ncdu/ncdu-1.3.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&content-type=text/plain > src_compile() { > econf || die "configure failed" > emake || die "make failed" > } This is the default, delete it. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-03 8:52 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild Donnie Berkholz @ 2007-10-03 10:43 ` Wolfram Schlich 2007-10-03 12:52 ` Mike Frysinger 2007-10-03 17:07 ` Donnie Berkholz 0 siblings, 2 replies; 10+ messages in thread From: Wolfram Schlich @ 2007-10-03 10:43 UTC (permalink / raw To: gentoo-dev * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 10:55]: > On 08:51 Wed 03 Oct , Wolfram Schlich (wschlich) wrote: > > 1.1 sys-fs/ncdu/ncdu-1.3.ebuild > > > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&view=markup > > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&content-type=text/plain > > > src_compile() { > > econf || die "configure failed" > > emake || die "make failed" > > } > > This is the default, delete it. Thanks, fixed :) And *please*, don't send such mails to this list *and* to my address in addition. Thanks, Wolfram -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-03 10:43 ` Wolfram Schlich @ 2007-10-03 12:52 ` Mike Frysinger 2007-10-03 17:07 ` Donnie Berkholz 1 sibling, 0 replies; 10+ messages in thread From: Mike Frysinger @ 2007-10-03 12:52 UTC (permalink / raw To: gentoo-dev; +Cc: Wolfram Schlich [-- Attachment #1: Type: text/plain, Size: 813 bytes --] On Wednesday 03 October 2007, Wolfram Schlich wrote: > * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 10:55]: > > On 08:51 Wed 03 Oct , Wolfram Schlich (wschlich) wrote: > > > 1.1 sys-fs/ncdu/ncdu-1.3.ebuild > > > > > > file : > > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.eb > > >uild?rev=1.1&view=markup plain: > > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.eb > > >uild?rev=1.1&content-type=text/plain > > > > > > src_compile() { > > > econf || die "configure failed" > > > emake || die "make failed" > > > } > > > > This is the default, delete it. > > Thanks, fixed :) > > And *please*, don't send such mails to this > list *and* to my address in addition. this is done on purpose, please see the archives as to why -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 827 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-03 10:43 ` Wolfram Schlich 2007-10-03 12:52 ` Mike Frysinger @ 2007-10-03 17:07 ` Donnie Berkholz 2007-10-04 0:08 ` Wolfram Schlich 1 sibling, 1 reply; 10+ messages in thread From: Donnie Berkholz @ 2007-10-03 17:07 UTC (permalink / raw To: gentoo-dev On 12:43 Wed 03 Oct , Wolfram Schlich wrote: > And *please*, don't send such mails to this > list *and* to my address in addition. You can add a procmail rule to detect duplicates using a cache and checking Message-Id, with formail. Examples of this are all over the place. It's a useful rule to have for many reasons besides this. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-03 17:07 ` Donnie Berkholz @ 2007-10-04 0:08 ` Wolfram Schlich 2007-10-04 4:33 ` Josh Sled 0 siblings, 1 reply; 10+ messages in thread From: Wolfram Schlich @ 2007-10-04 0:08 UTC (permalink / raw To: gentoo-dev * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 19:12]: > On 12:43 Wed 03 Oct , Wolfram Schlich wrote: > > And *please*, don't send such mails to this > > list *and* to my address in addition. > > You can add a procmail rule to detect duplicates using a cache and > checking Message-Id, with formail. Examples of this are all over the > place. It's a useful rule to have for many reasons besides this. Yeah, but it's unpredictable *which* one of the two mails makes it first onto my system, thus the one *not* sent to the list might end up in my INBOX and the one sent to the list, that would have been correctly delivered to the mailbox for this list, would be deleted by procmail because it would be recognized as the duplicate. So that is just not a solution. I will instead filter mails sent by @gentoo.org addresses that have '\[gentoo-commits\]' in their subjects but no List-Id: header. Bad luck for everyone who sends such mails *only* to me. -- Regards, Wolfram Schlich <wschlich@gentoo.org> Gentoo Linux * http://dev.gentoo.org/~wschlich/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-04 0:08 ` Wolfram Schlich @ 2007-10-04 4:33 ` Josh Sled 2007-10-07 14:57 ` Alec Warner 2007-10-08 3:48 ` Robert Buchholz 0 siblings, 2 replies; 10+ messages in thread From: Josh Sled @ 2007-10-04 4:33 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 1335 bytes --] Wolfram Schlich <wschlich@gentoo.org> writes: > * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 19:12]: >> On 12:43 Wed 03 Oct , Wolfram Schlich wrote: >> > And *please*, don't send such mails to this >> > list *and* to my address in addition. >> >> You can add a procmail rule to detect duplicates using a cache and >> checking Message-Id, with formail. Examples of this are all over the >> place. It's a useful rule to have for many reasons besides this. > > Yeah, but it's unpredictable *which* one of the two mails makes > it first onto my system, thus the one *not* sent to the list might Sigh. It is the same message, addressed To/Cc: you and/or the list, no matter which one is delivered first. So just put all list(+private) filtering before personal filtering. E.g., # filter duplicate-message delivery; see procmailex # "The more you know." :0 Wh: msgid.lock | formail -D 8192 msgid.cache :0 He * ^(to|from|cc):.*gentoo-dev lists/gentoo-dev/ # other public mailing lists (more general, least specific) # other private filters (less general, most specific) # some might call the following 'inbox'... :0 otherwise-unfiltered/ -- ...jsled http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo ${a}@${b} [-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-04 4:33 ` Josh Sled @ 2007-10-07 14:57 ` Alec Warner 2007-10-07 18:13 ` Chris Gianelloni 2007-10-08 3:48 ` Robert Buchholz 1 sibling, 1 reply; 10+ messages in thread From: Alec Warner @ 2007-10-07 14:57 UTC (permalink / raw To: gentoo-dev On 10/3/07, Josh Sled <jsled@asynchronous.org> wrote: > Wolfram Schlich <wschlich@gentoo.org> writes: > > * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 19:12]: > >> On 12:43 Wed 03 Oct , Wolfram Schlich wrote: > >> > And *please*, don't send such mails to this > >> > list *and* to my address in addition. > >> > >> You can add a procmail rule to detect duplicates using a cache and > >> checking Message-Id, with formail. Examples of this are all over the > >> place. It's a useful rule to have for many reasons besides this. > > > > Yeah, but it's unpredictable *which* one of the two mails makes > > it first onto my system, thus the one *not* sent to the list might > > Sigh. > > It is the same message, addressed To/Cc: you and/or the list, no matter which > one is delivered first. So just put all list(+private) filtering before > personal filtering. > > E.g., > > # filter duplicate-message delivery; see procmailex > # "The more you know." > :0 Wh: msgid.lock > | formail -D 8192 msgid.cache > > :0 He > * ^(to|from|cc):.*gentoo-dev > lists/gentoo-dev/ > > # other public mailing lists (more general, least specific) > > # other private filters (less general, most specific) > > # some might call the following 'inbox'... > :0 > otherwise-unfiltered/ > > -- > ...jsled > http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo ${a}@${b} > > What about those of us suffering with Outlook!??! -Alec -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-07 14:57 ` Alec Warner @ 2007-10-07 18:13 ` Chris Gianelloni 0 siblings, 0 replies; 10+ messages in thread From: Chris Gianelloni @ 2007-10-07 18:13 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 384 bytes --] On Sun, 2007-10-07 at 07:57 -0700, Alec Warner wrote: > What about those of us suffering with Outlook!??! Umm... woodpecker has procmail on it. Every developer has access to procmail. Also, nobody forces you to use Outlook. -- Chris Gianelloni Release Engineering Strategic Lead Alpha/AMD64/x86 Architecture Teams Games Developer/Foundation Trustee Gentoo Foundation [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-04 4:33 ` Josh Sled 2007-10-07 14:57 ` Alec Warner @ 2007-10-08 3:48 ` Robert Buchholz 2007-10-11 15:23 ` Wolfram Schlich 1 sibling, 1 reply; 10+ messages in thread From: Robert Buchholz @ 2007-10-08 3:48 UTC (permalink / raw To: gentoo-dev; +Cc: Josh Sled [-- Attachment #1: Type: text/plain, Size: 1091 bytes --] On Thursday, 4. October 2007, Josh Sled wrote: > Wolfram Schlich <wschlich@gentoo.org> writes: > > * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 19:12]: > >> On 12:43 Wed 03 Oct , Wolfram Schlich wrote: > >> > And *please*, don't send such mails to this > >> > list *and* to my address in addition. > >> > >> You can add a procmail rule to detect duplicates using a cache and > >> checking Message-Id, with formail. Examples of this are all over > >> the place. It's a useful rule to have for many reasons besides > >> this. > > > > Yeah, but it's unpredictable *which* one of the two mails makes > > it first onto my system, thus the one *not* sent to the list might > > Sigh. > > It is the same message, addressed To/Cc: you and/or the list, no > matter which one is delivered first. So just put all list(+private) > filtering before personal filtering. That doesn't work when filtering for List-Id headers which can be nicely used with regex matching like so: # Gentoo lists :0 * ^List-Id: .*[<]gentoo-\/[^.]+ .gentoo.gentoo-$MATCH/ Robert [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild 2007-10-08 3:48 ` Robert Buchholz @ 2007-10-11 15:23 ` Wolfram Schlich 0 siblings, 0 replies; 10+ messages in thread From: Wolfram Schlich @ 2007-10-11 15:23 UTC (permalink / raw To: gentoo-dev * Robert Buchholz <rbu@gentoo.org> [2007-10-08 05:53]: > On Thursday, 4. October 2007, Josh Sled wrote: > > Wolfram Schlich <wschlich@gentoo.org> writes: > > > * Donnie Berkholz <dberkholz@gentoo.org> [2007-10-03 19:12]: > > >> On 12:43 Wed 03 Oct , Wolfram Schlich wrote: > > >> > And *please*, don't send such mails to this > > >> > list *and* to my address in addition. > > >> > > >> You can add a procmail rule to detect duplicates using a cache and > > >> checking Message-Id, with formail. Examples of this are all over > > >> the place. It's a useful rule to have for many reasons besides > > >> this. > > > > > > Yeah, but it's unpredictable *which* one of the two mails makes > > > it first onto my system, thus the one *not* sent to the list might > > > > Sigh. > > > > It is the same message, addressed To/Cc: you and/or the list, no > > matter which one is delivered first. So just put all list(+private) > > filtering before personal filtering. > > That doesn't work when filtering for List-Id headers which can be nicely > used with regex matching like so: > [...] Yup, I *only* filter mailing lists by list related headers like List-Id: and others -- filtering list mails by To:/Cc:/Subject: headers is broken by design. My current gentoo-commits reply spamfilter looks like this: --8<-- ## Gentoo spam :0 * ^From:.*@gentoo\.org * ^Subject.*\[gentoo-commits\] * ! ^List-Id: /dev/null --8<-- -- Regards, Wolfram Schlich <wschlich@gentoo.org> Gentoo Linux * http://dev.gentoo.org/~wschlich/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-10-11 15:36 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <E1Iczwi-0003B0-J9@stork.gentoo.org> 2007-10-03 8:52 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild Donnie Berkholz 2007-10-03 10:43 ` Wolfram Schlich 2007-10-03 12:52 ` Mike Frysinger 2007-10-03 17:07 ` Donnie Berkholz 2007-10-04 0:08 ` Wolfram Schlich 2007-10-04 4:33 ` Josh Sled 2007-10-07 14:57 ` Alec Warner 2007-10-07 18:13 ` Chris Gianelloni 2007-10-08 3:48 ` Robert Buchholz 2007-10-11 15:23 ` Wolfram Schlich
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox