--
>>>> auth ffd69ec2 subscribe linux-kernel [email protected]
Your request to [email protected]:
subscribe linux-kernel [email protected]
has been forwarded to the owner of the "linux-kernel" list for approval.
This could be for any of several reasons:
You might have asked to subscribe to a "closed" list, where all new
additions must be approved by the list owner.
You might have asked to subscribe or unsubscribe an address other than
the one that appears in the headers of your mail message.
When the list owner approves your request, you will be notified.
If you have any questions about the policy of the list owner, please
contact "[email protected]".
Thanks!
[email protected]
>>>>
This is in the series of "don't do that" ...
Request originator had edited "From:" address to list address,
and there was no "To:" or "Cc:" header at all.
Overall, any request needing approval from listowner is likely to be
_ignored_. You do see the amount of traffic in these lists.
>From that you can have a vague idea of how much admin junk listowners
get...
See http://vger.kernel.org/majordomo-info.html for futher guidance.
On Tue, Sep 09, 2003 at 09:24:33AM -0400, [email protected] wrote:
> To: [email protected]
> From: [email protected]
> Subject: Majordomo results
> Date: Tue, 9 Sep 2003 09:24:33 -0400
>
> --
>
> >>>> auth ffd69ec2 subscribe linux-kernel [email protected]
> Your request to [email protected]:
>
> subscribe linux-kernel [email protected]
>
> has been forwarded to the owner of the "linux-kernel" list for approval.
> This could be for any of several reasons:
>
> You might have asked to subscribe to a "closed" list, where all new
> additions must be approved by the list owner.
>
> You might have asked to subscribe or unsubscribe an address other than
> the one that appears in the headers of your mail message.
>
> When the list owner approves your request, you will be notified.
>
> If you have any questions about the policy of the list owner, please
> contact "[email protected]".
>
> Thanks!
>
> [email protected]
> >>>>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
On Sat, Feb 26, 2005 at 08:40:58PM -0800, David S. Miller wrote:
> On Sat, 26 Feb 2005 20:17:45 -0800
> Frederik Eaton <[email protected]> wrote:
>
> > Wait... how is the address to which I'm trying to subscribe defined if
> > the email field has to be empty?
>
> If it's empty Majordomo uses the From: of the email the request
> comes from, that's the most error-proof way to add yourself.
No, actually it appears to use Reply-To: in preference to From: if it
exists, apparently that was my (its) problem. Can you change this
error message:
> >>>> auth 51a49557 subscribe linux-kernel [email protected]
> Your request to [email protected]:
>
> subscribe linux-kernel [email protected]
>
> has been forwarded to the owner of the "linux-kernel" list for approval.
> This could be for any of several reasons:
>
> You might have asked to subscribe to a "closed" list, where all new
> additions must be approved by the list owner.
>
> You might have asked to subscribe or unsubscribe an address other than
> the one that appears in the headers of your mail message.
>
> When the list owner approves your request, you will be notified.
>
> If you have any questions about the policy of the list owner, please
> contact "[email protected]".
>
>
> Thanks!
to say something like this:
> >>>> auth 51a49557 subscribe linux-kernel [email protected]
> Your request to [email protected]:
>
> subscribe linux-kernel [email protected]
>
> has been forwarded to the owner of the "linux-kernel" list for
> approval. This is most likely because you have asked to subscribe or
> unsubscribe an address other than the one that appears in the
> Reply-To: header of your mail message, if it exists, or the From:
> header otherwise. We do this not to prevent people from abusively
> subscribing others, but to make it hard for people to subscribe who
> wouldn't be able to figure out how to unsubscribe later, which cause
> us a great deal of trouble.
>
> If the list owner approves your request (although really, you
> shouldn't hold your breath) you will be notified.
>
> If you have any questions about the policy of the list owner, please
> contact "[email protected]".
>
>
> Thanks!
Your assertion that only From: was used caused me to reverify a couple
of times that none of my outgoing MTAs were rewriting my From:
headers, before I tried subscribing without Reply-To:. I think putting
in the error message a description of exactly what the behavior of
your list server is, along with removing the suggestion of the
possibility that the list might be closed (are any vger lists
closed?), and that the user should wait for the owner to take action,
would be of great help to users who are trying to subscribe and are
indeed *not* clueless. Actually, I'm not an expert in mailing list
logic, but I also don't see any reason not to let the subscription
address match either From: *or* Reply-To: *or*, say, Sender:, rather
than taking the first header it finds as it seems to do now.
Thanks,
Frederik Eaton