You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems to sometimes unfold the headers in the message that is later saved to a mailbox. By "unfolding" I mean removes newlines, making each header line span only a single line.
Removing the add-header action from the above composite action resolves this and leaves the headers untouched.
I'm not entirely under what circumstances the headers are unfolded (I haven't been able to write a set of actions+rules to actually provoke this behaviour), but in all cases when this does occur, it happens consistently and removing the addition of a new header to the message seems to resolve it.
I'm using fdm 1.9 as packaged with OpenBSD-current, but this was also seen with fdm compiled from the master branch.
The text was updated successfully, but these errors were encountered:
Using an action that rewrites the message, and then adds a header, as in
seems to sometimes unfold the headers in the message that is later saved to a mailbox. By "unfolding" I mean removes newlines, making each header line span only a single line.
Removing the
add-header
action from the above composite action resolves this and leaves the headers untouched.I'm not entirely under what circumstances the headers are unfolded (I haven't been able to write a set of actions+rules to actually provoke this behaviour), but in all cases when this does occur, it happens consistently and removing the addition of a new header to the message seems to resolve it.
I'm using
fdm
1.9 as packaged with OpenBSD-current, but this was also seen withfdm
compiled from themaster
branch.The text was updated successfully, but these errors were encountered: