apache / incubator-ponymail-foal

Apache Pony Mail Foal (Next Generation Suite)
https://ponymail.apache.org
Apache License 2.0
23 stars 14 forks source link

Allow automatic extraction of lid from List-Id header #241

Open sbp opened 2 years ago

sbp commented 2 years ago

This PR means that you can run python3 dkim_id.py example.eml - and the lid is automatically extracted from the List-Id header, if present, without incurring the bug in #113.

sebbASF commented 2 years ago

However fixing the bug will effectively change the generate ids.

sbp commented 2 years ago

This doesn't fix the bug. The bug is still present, unless the new automatic argument is set to True. The intended use is for parsing messages from the command line.