offtopic, about subject prefix

Started by Fernando Morenoover 17 years ago5 messagesgeneral
Jump to latest
#1Fernando Moreno
azazel.7@gmail.com

Hello, I'm new to this mailing list, and I have a couple of questions:

Is it really necessary to add the [GENERAL] prefix?

Are messages without this prefix likely to be ignored by automatic filters
or something like that?

Thanks in advance.

#2brian
brian@zijn-digital.com
In reply to: Fernando Moreno (#1)
Re: offtopic, about subject prefix

Fernando Moreno wrote:

Hello, I'm new to this mailing list, and I have a couple of questions:

Is it really necessary to add the [GENERAL] prefix?

The prefix is added by the mailing list software. It's there so that
people subscribed to multiple pgsql-* lists can easily distinguish them.
There's no need to include it in your messages.

b

#3Fernando Moreno
azazel.7@gmail.com
In reply to: brian (#2)
Re: offtopic, about subject prefix

2008/9/3 brian <brian@zijn-digital.com>

Fernando Moreno wrote:

Hello, I'm new to this mailing list, and I have a couple of questions:

Is it really necessary to add the [GENERAL] prefix?

The prefix is added by the mailing list software. It's there so that people
subscribed to multiple pgsql-* lists can easily distinguish them. There's no
need to include it in your messages.

b

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Thanks for the answer!

#4Michelle Konzack
linux4michelle@tamay-dogan.net
In reply to: Fernando Moreno (#1)
Re: offtopic, about subject prefix

Am 2008-09-03 13:33:05, schrieb Fernando Moreno:

Hello, I'm new to this mailing list, and I have a couple of questions:

Is it really necessary to add the [GENERAL] prefix?

No it is not since the PostgreQL Lists can be filtered perfectly with:

----[ /usr/share/tdtools-procmail/ML_pgsql ]----------------------------
<snip>
:0
* ^X-Mailing-List:.*pgsql-\/[-a-zA-Z0-9].*
{
TMPVAR=${MATCH}
:0
.ML_pgsql.${TMPVAR}/
}
#---------------------------------------------------------------------
:0
* ^List-Post:.*mailto:[-.@a-zA-Z0-9]+>
* ^List-Post:.*mailto:\/[-.@a-zA-Z0-9]+
{
TMPVAR=`echo "${MATCH}" |tr '.' '_' |sed 'y|ABCDEFGHIJKLMNOPQRSTUVWXYZ|abcdefghijklmnopqrstuvwxyz|'`
:0
.ML_pgsql.${TMPVAR}/
}
<snip>
------------------------------------------------------------------------

Are messages without this prefix likely to be ignored by automatic filters
or something like that?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)
#5Doug McNaught
doug@mcnaught.org
In reply to: Michelle Konzack (#4)
Re: offtopic, about subject prefix

On Fri, Sep 19, 2008 at 3:01 PM, Michelle Konzack
<linux4michelle@tamay-dogan.net> wrote:

Am 2008-09-03 13:33:05, schrieb Fernando Moreno:

Hello, I'm new to this mailing list, and I have a couple of questions:

Is it really necessary to add the [GENERAL] prefix?

No it is not since the PostgreQL Lists can be filtered perfectly with:

----[ /usr/share/tdtools-procmail/ML_pgsql ]----------------------------

A lot of people don't have a way to run procmail and have crappy
mailers that can't filter on arbitrary headers. I guess we're trying
to be nice to them.

-Doug