]> source.dussan.org Git - rspamd.git/commit
arc.lua: fix signature of ARC-Seal header
authorJan Smutny <js@excello.cz>
Thu, 30 Mar 2023 09:16:53 +0000 (11:16 +0200)
committerJan Smutny <js@excello.cz>
Thu, 30 Mar 2023 09:29:05 +0000 (11:29 +0200)
commit6b1386d10566307ea1fe87c0ec73def57fcc8d1d
tree0e632af30d4aecb2c6dd7a70a2e19073b9848679
parent7a71edd3f5c6b270c900b102bfc54085d443316a
arc.lua: fix signature of ARC-Seal header

The ARC Set header field values must be supplied to the hash function in increasing
instance order, starting at 1.
Defined in https://www.rfc-editor.org/rfc/rfc8617.html#section-5.1.1.
src/plugins/lua/arc.lua