Re: How to coordinate web team for security releases?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: How to coordinate web team for security releases?
Дата
Msg-id 45C89059.8020801@postgresql.org
обсуждение исходный текст
Ответ на Re: How to coordinate web team for security releases?  ("Marc G. Fournier" <scrappy@hub.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to coordinate web team for security releases?
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Majordomo2 (Was: Re: Switching to mailman (Re: [Fwd: NDN: Re: [ODBC]) Connect without queries?])