Browse Source

[Minor] Constrain Content-Description regexp

pull/4950/head
twesterhever 1 month ago
parent
commit
a41c12a4e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/regexp/headers.lua

+ 1
- 1
rules/regexp/headers.lua View File

} }


reconf['CD_MM_BODY'] = { reconf['CD_MM_BODY'] = {
re = 'Content-Description=/Mail message body/Hi',
re = 'Content-Description=/^Mail message body$/Hi',
description = 'Content-Description header reads "Mail message body", commonly seen in spam', description = 'Content-Description header reads "Mail message body", commonly seen in spam',
score = 2.0, score = 2.0,
group = 'headers' group = 'headers'

Loading…
Cancel
Save