Thanks for the links. That makes me more confident that I can restrict
parsing on that format. The regex you referenced is exactly what I have
thought of. So that's good. :-)
-Yves
-------- Ursprüngliche Nachricht --------
Von: Graeme Fowler via Exim-users <exim-users@???>
Gesendet: Donnerstag, 24. Dezember 2020, 23:36 MEZ
Betreff: [exim] Queue ID format
On 24 Dec 2020, at 22:17, Yves Goergen via Exim-users
<exim-users@???> wrote:
What assumptions can I make about the format of a queue message ID? For
now, I use this regex:
https://www.exim.org/exim-html-current/doc/html/spec_html/ch-how_exim_receives_and_delivers_mail.html#SECTmessiden
You may want to use the regex set I created for Logstash some time, if
they help:
https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/exim
Graeme