Brian Coca
Brian Coca
@blueyed, IIRC that limit is for internal processing across Postfix apps and filters, for actual smtp this is the setting: http://www.postfix.org/postconf.5.html#smtp_line_length_limit
I think rejection is OK, but maybe add more info to the message, 'bad mail input format' (I just ran into this) is a bit too succinct, knowing that its...
I disagree, I use dma because it it simple and lightweight and doesn't try to do complex stuff like line splitting with character or armor encodings. If it accepts mail...
in postfix you CAN disable the validation, does not mean it doesn't do it, postfix has many options to 'tolerate' other broken implementations
This issue is probably present since the 1.x versions of Ansible (always faster with the C YAML parser), the reason this became a lot more noticeable in 2.10 is the...
/azp run
I should add that as a test
1 & 2 are OK, keeping as is. 3. is a limitation of how they are decalred and listed, i'm not sure how to get around with. Listing works from...
yeah, need to look in 'redirected names'
@felixfontein - 1 I'm not sure if that is a bug yet as that was always intended to point at the plugin itself (fix itself is almost trivial) ``` diff...