> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 18 March 2004 16:14
> To: Dave Page
> Cc: PostgreSQL www
> Subject: Re: [pgsql-www] bug message not CC'ing poster
>
> Oh, interesting problem. What if we keep the current
> behavior, but set the CC to bugs and reply-to as the submitter?
OK, I changed it to:
$headers = "From: \"PostgreSQL Bugs List\"
<pgsql-bugs@postgresql.org>\n";
$headers .= "Reply-To: \"" . stripslashes($name) . "\" <" .
stripslashes("$email") . ">\n";
I haven't have a 'please wait for approval' message yet which is good -
can you see my second test on the list (I'm not subscribed); the problem
details just say 'stuff'?
Regards Dave.