Per the RFC at RFC 2822 () section 2.2.3 an e-mail subject header can be broken up into multiple lines, such as:
Subject: This
is a test
If I create a filter that matches 'This is a test' it will not match the following:
----
To: [email protected]
From: [email protected]
Subject: This
is a test
This is a test message.
----
It will however match:
----
To: [email protected]
From: [email protected]
Subject: This is a test
This is a test message.
----
I am seeing this behavior both in the Filter Test and in e-mails delivered using this encoding for the subject.
Replicated on 76.0 (build 18)
Here is another thread I found on StackOverflow/ServerFault regarding this issue:
serverfault.com/questions/932111/invalid-newlines-in-headers-break-exim-filters
Subject: This
is a test
If I create a filter that matches 'This is a test' it will not match the following:
----
To: [email protected]
From: [email protected]
Subject: This
is a test
This is a test message.
----
It will however match:
----
To: [email protected]
From: [email protected]
Subject: This is a test
This is a test message.
----
I am seeing this behavior both in the Filter Test and in e-mails delivered using this encoding for the subject.
Replicated on 76.0 (build 18)
Here is another thread I found on StackOverflow/ServerFault regarding this issue:
serverfault.com/questions/932111/invalid-newlines-in-headers-break-exim-filters