Ignore -- testing message-id on footer

Started by Alvaro Herreraalmost 17 years ago9 messages
#1Alvaro Herrera
alvherre@commandprompt.com

Hi,

Please ignore this message.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#2Greg Stark
stark@enterprisedb.com
In reply to: Alvaro Herrera (#1)
Re: Ignore -- testing message-id on footer

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

-
This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

--
greg

#3Alvaro Herrera
alvherre@commandprompt.com
In reply to: Greg Stark (#2)
Re: Ignore -- testing message-id on footer

Greg Stark wrote:

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

-
This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

Yeah, majordomo does not consider MESSAGE_ID a "standard substitution
variable". It's some other kind of variable it seems, so it's not
replaced on message footers.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Greg Stark (#2)
Re: Ignore -- testing message-id on footer

Greg Stark <stark@enterprisedb.com> writes:

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

It's a bad idea anyway.

regards, tom lane

#5Alvaro Herrera
alvherre@commandprompt.com
In reply to: Tom Lane (#4)
Re: Ignore -- testing message-id on footer

Tom Lane wrote:

Greg Stark <stark@enterprisedb.com> writes:

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

It's a bad idea anyway.

I find it useless, but why do you think it's a bad idea? I had a look
at the mj2 source and I think the patch needed to make this work is a
one liner. So if we're interested it seems that it could be made to
work.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#6Joshua D. Drake
jd@commandprompt.com
In reply to: Alvaro Herrera (#5)
Re: Ignore -- testing message-id on footer

On Tue, 2009-03-17 at 12:37 -0400, Alvaro Herrera wrote:

Tom Lane wrote:

Greg Stark <stark@enterprisedb.com> writes:

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

It's a bad idea anyway.

I find it useless, but why do you think it's a bad idea?

I would certainly like to have some idea behind why making accessing
specific threads in the archives is a bad idea?

I had a look
at the mj2 source and I think the patch needed to make this work is a
one liner. So if we're interested it seems that it could be made to
work.

Cool.

Joshua D. Drake

--
PostgreSQL - XMPP: jdrake@jabber.postgresql.org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

#7Marc G. Fournier
scrappy@hub.org
In reply to: Alvaro Herrera (#5)
Re: Ignore -- testing message-id on footer

On Tue, 17 Mar 2009, Alvaro Herrera wrote:

Tom Lane wrote:

Greg Stark <stark@enterprisedb.com> writes:

On Tue, Mar 17, 2009 at 3:42 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:

This email on the web: http://archives.postgresql.org/message-id/$MESSAGE_ID

fail :)

It's a bad idea anyway.

I find it useless, but why do you think it's a bad idea? I had a look
at the mj2 source and I think the patch needed to make this work is a
one liner. So if we're interested it seems that it could be made to
work.

Why a patch? Why not just:

configset DEFAULT message_footer <<ENDAAB
-
--
Sent via $LIST mailing list ($LIST@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/$LIST
--
Archives URL:
http://archives.postgresql.org/message-id/$MESSAGE_ID
ENDAAB

Its a simple setting ... *shrug*

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org MSN . scrappy@hub.org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664

#8Alvaro Herrera
alvherre@commandprompt.com
In reply to: Marc G. Fournier (#7)
Re: Ignore -- testing message-id on footer

Marc G. Fournier wrote:

Why a patch? Why not just:

configset DEFAULT message_footer <<ENDAAB
-
--
Sent via $LIST mailing list ($LIST@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/$LIST
--
Archives URL:
http://archives.postgresql.org/message-id/$MESSAGE_ID
ENDAAB

Its a simple setting ... *shrug*

Because that doesn't work :-) I already tried (as you can see in the
message that starts this thread) and MESSAGE_ID is not expanded in that
context. What the patch does is enable it for expansion.

While I have your attention, could you please fix the footer? I messed
up the trailing whitespace in the "-- " line and I can't fix it. See
here:
http://archives.postgresql.org/message-id/BDE3BC5B7E87393F64EB7359%40ganymede.hub.org

Magnus tried to help but he hit some errors so he backed off; he told me
to ask you instead. (Note that I only changed it in pgsql-hackers, not
DEFAULT).

Thanks,

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#9Marc G. Fournier
scrappy@hub.org
In reply to: Alvaro Herrera (#8)
Re: Ignore -- testing message-id on footer

Try that, should be fixed ...

On Tue, 17 Mar 2009, Alvaro Herrera wrote:

Marc G. Fournier wrote:

Why a patch? Why not just:

configset DEFAULT message_footer <<ENDAAB
-
--
Sent via $LIST mailing list ($LIST@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/$LIST
--
Archives URL:
http://archives.postgresql.org/message-id/$MESSAGE_ID
ENDAAB

Its a simple setting ... *shrug*

Because that doesn't work :-) I already tried (as you can see in the
message that starts this thread) and MESSAGE_ID is not expanded in that
context. What the patch does is enable it for expansion.

While I have your attention, could you please fix the footer? I messed
up the trailing whitespace in the "-- " line and I can't fix it. See
here:
http://archives.postgresql.org/message-id/BDE3BC5B7E87393F64EB7359%40ganymede.hub.org

Magnus tried to help but he hit some errors so he backed off; he told me
to ask you instead. (Note that I only changed it in pgsql-hackers, not
DEFAULT).

Thanks,

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org MSN . scrappy@hub.org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664