Re: How to coordinate web team for security releases?

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Fetter <david(at)fetter(dot)org>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-www(at)postgresql(dot)org
Subject: Re: How to coordinate web team for security releases?
Date: 2007-02-06 14:27:37
Message-ID: 45C89059.8020801@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Marc G. Fournier wrote:
>

>>>> /view=rev\n\nLog:\nSecurity: /
>>>>
>>> That should do the job.
>> Or not - this went straight through:
>
> Of course it would ... the message comes through as something like:
>
> view=rev</a>\n\nLog:\nSecurity:
>
> the HTTP is a clickable URL ...

Only 'cos your MUA renders it as a clickable link - the code that
generates the email reads:

my @body;
push(@body, "Author: $author\n\n");
push(@body, "Date: $date\n\n");
push(@body, "New Revision: $rev\n\n");
push(@body, "Revision summary:
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=$rev&view=rev\n\n");
push(@body, "Log:\n");
push(@body, @log);
push(@body, "\n");
push(@body, "\n");

Regards, Dave

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Marc G. Fournier 2007-02-06 14:52:55 Majordomo2 (Was: Re: Switching to mailman (Re: [Fwd: NDN: Re: [ODBC]) Connect without queries?])
Previous Message Tom Lane 2007-02-06 14:25:41 Re: How to coordinate web team for security releases?