Re: How to coordinate web team for security releases? - Mailing list pgsql-www

From Dave Page
Subject Re: How to coordinate web team for security releases?
Date
Msg-id 45C89059.8020801@postgresql.org
Whole thread Raw
In response to Re: How to coordinate web team for security releases?  ("Marc G. Fournier" <scrappy@hub.org>)
List 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


pgsql-www by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to coordinate web team for security releases?
Next
From: "Marc G. Fournier"
Date:
Subject: Majordomo2 (Was: Re: Switching to mailman (Re: [Fwd: NDN: Re: [ODBC]) Connect without queries?])