Re: mailing list archiver chewing patches

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: mailing list archiver chewing patches
Дата
Msg-id 21249.1265041695@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: mailing list archiver chewing patches  (Matteo Beccati <php@beccati.com>)
Ответы Re: mailing list archiver chewing patches  (Robert Haas <robertmhaas@gmail.com>)
Re: mailing list archiver chewing patches  (Matteo Beccati <php@beccati.com>)
Список pgsql-hackers
Matteo Beccati <php@beccati.com> writes:
> My main concern is that we'd need to overcomplicate the thread detection 
> algorithm so that it better deals with delayed messages: as it currently 
> works, the replies to a missing message get linked to the 
> "grand-parent". Injecting the missing message afterwards will put it at 
> the same level as its replies. If it happens only once in a while I 
> guess we can live with it, but definitely not if it happens tens of 
> times a day.

That's quite common unfortunately --- I think you're going to need to
deal with the case.  Even getting a direct feed from the mail relays
wouldn't avoid it completely: consider cases like
* A sends a message* B replies, cc'ing A and the list* B's reply to list is delayed by greylisting* A replies to B's
reply(cc'ing list)* A's reply goes through immediately* B's reply shows up a bit later
 

That happens pretty frequently IME.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Define INADDR_NONE on Solaris when it's missing.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: mailing list archiver chewing patches