Обсуждение: [PATCH] pglister: Bugfix: crashes for should-not-happen case

Поиск
Список
Период
Сортировка

[PATCH] pglister: Bugfix: crashes for should-not-happen case

От
Célestin Matte
Дата:
Attached: patch for 2 crashes on this corner (should-not-happen) case.

I still get this case because spammers occasionally still write directly to test-list-owner+archive@<domain>

The exim filters I set up are pretty hacky ([1]), if you have better ones that prevent this case, I'd be up for it

[1]: https://gitlab.com/cmatte/ansible-pglister/-/commit/351eac80a349c472ea34fab2ecb2fefd83ef8fb4
--
Célestin Matte

Вложения

Re: [PATCH] pglister: Bugfix: crashes for should-not-happen case

От
Magnus Hagander
Дата:


On Tue, Aug 19, 2025 at 8:11 PM Célestin Matte <celestin.matte@cmatte.me> wrote:
Attached: patch for 2 crashes on this corner (should-not-happen) case.

I still get this case because spammers occasionally still write directly to test-list-owner+archive@<domain>

The exim filters I set up are pretty hacky ([1]), if you have better ones that prevent this case, I'd be up for it

Indeed, that's definitely an old oops that's been there for many years.

Patch applied, thanks!

//Magnus