anarcat ╡ is there an header on the incoming or outgoing email marking the email as bulk or automated? ⤷ ╡ it would be important to not react to such mail and correctly identify outgoing mail ⤷ ╡ i have this in my sieve rules ⤷ ╡ header :contains "Precedence" "bulk", # RFC3834 section 3.1.8, RFC2076 3.9 ⤷ ╡ header :contains "Auto-Submitted" "auto-generated" # RFC 3834 3.1.7, RFC5436 2.7.1 ⤷ ╡ the RFCs might be worth digging into ⤷ ╡ i think "auto-replied" would be appropriate for outgoing mail
Rejecting email with Auto-Submitted header and content-type: multipart/report seems to have solved the problem (meskio/rdsys@8718f3a2). I have deployed while I'm getting ready a merge request and the mail loops seem to have being reduced. Maybe those loops where related to #129?