bugs list working???

Started by Klint Goreabout 22 years ago2 messagesgeneral
Jump to latest
#1Klint Gore
kg@kgb.une.edu.au

Anyone had any problems with the bugs mailing list? I posted a message
to it on friday lunchtime (australian time) and didn't get anything back
for it. I reposted it using the web page bug report and didn't see it
either.

It's possible that my file was rejected due to an attachment as the test
case in the message involves base64 data. Is there any way of tracking
if this is the case?

klint.

+---------------------------------------+-----------------+
: Klint Gore                            : "Non rhyming    :
: EMail   : kg@kgb.une.edu.au           :  slang - the    :
: Snail   : A.B.R.I.                    :  possibilities  :
: Mail      University of New England   :  are useless"   :
:           Armidale NSW 2351 Australia :     L.J.J.      :
: Fax     : +61 2 6772 5376             :                 :
+---------------------------------------+-----------------+
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Klint Gore (#1)
Re: bugs list working???

Klint Gore <kg@kgb.une.edu.au> writes:

Anyone had any problems with the bugs mailing list?

Nope ...

I posted a message
to it on friday lunchtime (australian time) and didn't get anything back
for it. I reposted it using the web page bug report and didn't see it
either.
It's possible that my file was rejected due to an attachment as the test
case in the message involves base64 data. Is there any way of tracking
if this is the case?

AFAIK there is no anti-base64 filter, but there is a limit of 30K or so
on message size; how big was your test case?

The majordomo 'bot can notify you when it diverts your message for
moderator approval, but this is an option in your subscription settings,
and I think Marc has it turned off by default for some reason. You
might want to adjust your subscription options. Send "help show" and
"help set" to majordomo@postgresql.org for instructions. Personally
I keep all my PG subscriptions set like this:

pgsql-general:
Receiving each unduplicated message
Subscriber flags:
noeliminatecc
nohide
nohidepost
nopostblock
prefix
replyto
selfcopy
norewritefrom
ackstall
ackdeny
noackpost
ackreject

(IIRC ackstall is the setting at issue here.)

regards, tom lane