bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apparently irrational behaviour in sort


From: Eric Blake
Subject: Re: Apparently irrational behaviour in sort
Date: Tue, 06 Dec 2005 04:07:35 +0000

> > 
> > The man page is generated from the --help output, I believe.
> 
> ...okay, that makes things harder but not impossible. I'll see what I
> can do. Would local etiquette require beginning a new thread with the
> eventual patch, or would here be fine?

Either would be fine, although if it were me I would start a new thread.
As for finding the --help output, most of the coreutils have a usage()
method in src/<utilname>.c, including rm in your case:
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/src/rm.c?rev=1.137&content-type=text/vnd.viewcvs-markup

For instructions on getting coreutils CVS checked out, see:
https://savannah.gnu.org/cvs/?group=coreutils

Coreutils then uses a bundled help2man perl script to create the
man pages, so you can test that your patch worked.

> Instead, I'll just ask how
> exactly I'm supposed to make sure that one and *only* one copy of any
> messages I receive from the list gets sorted into the folder in which I
> keep list messages... while simultaneously making sure that any messages
> which happen to have been replies to list messages but which are not
> sent through the list do *not* wind up in that folder?

Well, if you are a list subscriber, then login to the very bottom of
http://lists.gnu.org/mailman/listinfo/bug-coreutils

>From there, you can select:

Receive your own posts to the list?
Ordinarily, you will get a copy of every message you post to the list. If you
don't want to receive this copy, set this option to No
...
Avoid duplicate copies of messages?
When you are listed explicitly in the To: or Cc: headers of a list message, you
can opt to not receive another copy from the mailing list. Select Yes to avoid
receiving copies from the mailing list; select No to receive copies.
If the list has member personalized messages enabled, and you elect to receive
copies, every copy will have a X-Mailman-Copy: yes header added to it. 

Furthermore, there are better filters out there - consider looking at ALL
the mail headers, and it is likely that one of the X-Mailman-* or
X-Savane-* headers will provide a better filter key for you than To: or CC:.

Also, if you are posting to the list, you can set Reply-to: bug-coreutils
yourself, at which point most list members are polite enough to honor
your reply-to (meaning that you will only get one copy of replies to your
post).

--
Eric Blake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]