diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-16 15:49:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-16 17:04:28 +0000 |
commit | 3607e3e00236f6039b765882edd0200dff6a31fc (patch) | |
tree | d90143e887fa2a2bdbd5ed96287e97871d765184 /test/confs/0032 | |
parent | 3af9f77fb401fe0e77a46a88415c6e45ed1a47bf (diff) |
Limit expanded References header to RFC max size. Bug 2827
Diffstat (limited to 'test/confs/0032')
-rw-r--r-- | test/confs/0032 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/confs/0032 b/test/confs/0032 index 8af551b0c..df02a034a 100644 --- a/test/confs/0032 +++ b/test/confs/0032 @@ -9,6 +9,33 @@ primary_hostname = myhost.ex dsn_from = MailProgram <xyz@some.where> +acl_not_smtp = add_insane_refs + + +# ----- ACL ----- + +begin acl + +# Put an overlong refs header on the message-to-be-bounced, so we can check the +# bounce has a sane header + +add_insane_refs: + warn !senders = : + add_header = References: \ + <0.ZERO.78901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.ONE.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.TWO.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.THREE.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.FOUR.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.FIVE.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.SIX.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.SEVEN.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.EIGHT.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.NINE.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.TEN.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.ELEVEN.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> \ + <0.TWELVE.678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678@f.net> + accept # ----- Routers ----- |