Обсуждение: offtopic, about subject prefix
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.
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.
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
2008/9/3 brian <brian@zijn-digital.com>
Thanks for the answer!
Fernando Moreno wrote: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.Hello, I'm new to this mailing list, and I have a couple of questions:
Is it really necessary to add the [GENERAL] prefix?
b
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
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)
Вложения
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