On 09/19/2017 09:03 AM, RW wrote:
On Tue, 19 Sep 2017 08:32:12 -0500
David Jones wrote:
On 09/19/2017 08:20 AM, RW wrote:
On Tue, 19 Sep 2017 08:11:03 -0500
David Jones wrote:
header ENA_SUBJ_IS_SPACE Subject =~ /^ $/
The OP said there was a space after 'Subject:', so that rule
wouldn't detect it.
Mail headers always have a space after the colon which should not be
considered part of the header's value.
Obviously, but what I wrote is still true.
I didn't mean to sound like a jerk there. My point was supposed to be a
single space should hit MISSING_SUBJECT and two or more would not.
That ENA rule above would be
two spaces after the header's colon. All of those rules I sent last
post detect something a little different and combined they cover most
of the tricks I have seen to get around the MISSING_SUBJECT rule.
I know what they do, I actually wrote the last two.
Thank you for those rules. I probably did get them from you on this
list a long time ago.
By the way, anything that hits ENA_SUBJ_IS_SPACE will also hit
ENA_SUBJ_ONLY_SPACES giving 5.4 points.
I noticed this too after posting but I have gone back to my reports. I
am seeing many hits today on ENA_SUBJ_ONLY_SPACES but no hits on
ENA_SUBJ_IS_SPACE. I should and will remove ENA_SUBJ_IS_SPACE.
--
David Jones