On 8/6/24 01:43, noc@iem.at wrote:
PS: (again) I'm resending this message, as the one i sent yesterday seems to have vanished (i *did* check the archvies). i have no clue why this happens, as i can post via the webinterface just fine (only when using my trusted MUA they just vanish).
Your messages are being discarded for matching a header filter rule. The messages contain
content-type: application/pgp-keys; name="OpenPGP_0xB65019C47F7A36F8.asc"
and the content-type rule regexp is ^ *application(?!.*signature)
I.e we accept things like application/pgp-signature and application/pkcs7-signature, but not application/pgp-keys
I have changed that regexp to ^ *application/(?!(pgp|[^ ;]*signature))
so we will now accept content-type: application/pgp.*
as well so you
now should be able to post/reply from your MUA.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan