public inbox for [email protected]  
help / color / mirror / Atom feed
From: Dave Page <[email protected]>
To: Marc G. Fournier <[email protected]>
Cc: Tom Lane <[email protected]>
Cc: David Fetter <[email protected]>
Cc: Josh Berkus <[email protected]>
Cc: [email protected]
Subject: Re: How to coordinate web team for security releases?
Date: Tue, 06 Feb 2007 14:27:37 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>

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



view thread (50+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected], [email protected]
  Subject: Re: How to coordinate web team for security releases?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox