diff options
author | Phil Pennock <pdp@exim.org> | 2012-06-03 20:27:59 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-06-03 20:27:59 -0400 |
commit | f4ee74acd38ba15c920cf59af1a3ade933c7e14f (patch) | |
tree | fe34f2acb7304b6469911b6a0c2252855a7c3f9d /doc/doc-docbook | |
parent | a3fb9793861eb9c5ece5c37c08c5c519fe1e01b7 (diff) |
Implement -G => "control=suppress_local_fixups"
fixes bug 1117
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 7652ce048..ee3193bef 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -3695,8 +3695,19 @@ if &%-f%& is also present, it overrides &"From&~"&. .vitem &%-G%& .oindex "&%-G%&" -.cindex "Sendmail compatibility" "&%-G%& option ignored" -This is a Sendmail option which is ignored by Exim. +.cindex "submission fixups, suppressing (command-line)" +.new +This option is equivalent to an ACL applying: +.code +control = suppress_local_fixups +.endd +for every message received. Note that Sendmail will complain about such +bad formatting, where Exim silently just does not fix it up. This may change +in future. + +As this affects audit information, the caller must be a trusted user to use +this option. +.wen .vitem &%-h%&&~<&'number'&> .oindex "&%-h%&" |