@monsieuricon I hope you quote the result.
tr -d 'A-Za-z0-9' < /usr/share/dict/words | sort | uniq -c
isn’t empty.
Also, I find one 45-character entry there, so three of them will end up with a line that is much longer than the “SHOULD not be more than 78 characters” line length.
Not that anybody should care about that crazy legacy limit, but still..
@brauner @monsieuricon @dakkar Thanks!
In the never-ending series of things that really don’t matter but are fun, something is still not working. I just tried sending a patch out with this and the gmail server did not like it at all, and rewrote the message id with:
Message-ID: <64293fdb.5d0a0220.58d3f.02e0SMTPIN_ADDED_BROKEN@mx.google.com>
X-Google-Original-Message-ID: <2023040245-stardust-obtain-0b4d@gregkh> usage.
Ah, in typing that out I see why, the original email header was:
Subject: [PATCH] MIPS: vpe-cmp: remove module owner pointer from struct class
usage.
So the perl script changed that to:
Subject: [PATCH] MIPS: vpe-cmp: remove module owner pointer from struct class
Message-Id: <2023040245-stardust-obtain-0b4d@gregkh>
usage.
And then vger promptly ate the message and never delivered it to the mailing list. I’ll hand-edit the subject line to be one line for now to get stuff done, but be aware of this if you use it as-is.
@brauner @monsieuricon @dakkar better, thanks!
But (you knew there was a but)…
message ids no longer have <> characters: `Message-Id: 2023040228-pastor-evidence-1269@gregkh
Is that intentional and still a valid message id? As @monsieuricon said, email parsing is rough.