Implemented issue# 376. Added more headers to match.
This commit is contained in:
parent
492f6f994c
commit
52ab76d7a7
1 changed files with 24 additions and 0 deletions
|
@ -33,6 +33,10 @@ class App.UiElement.postmaster_match
|
|||
expert:
|
||||
name: 'Expert Settings'
|
||||
options: [
|
||||
{
|
||||
value: 'x-spam'
|
||||
name: 'X-Spam'
|
||||
},
|
||||
{
|
||||
value: 'x-spam-flag'
|
||||
name: 'X-Spam-Flag'
|
||||
|
@ -49,6 +53,22 @@ class App.UiElement.postmaster_match
|
|||
value: 'x-spam-status'
|
||||
name: 'X-Spam-Status'
|
||||
},
|
||||
{
|
||||
value: 'x-dspam-result'
|
||||
name: 'X-DSPAM-Result'
|
||||
},
|
||||
{
|
||||
value: 'x-dspam-confidence'
|
||||
name: 'X-DSPAM-Confidence'
|
||||
},
|
||||
{
|
||||
value: 'x-dspam-probability'
|
||||
name: 'X-DSPAM-Probability'
|
||||
},
|
||||
{
|
||||
value: 'x-dspam-signature'
|
||||
name: 'X-DSPAM-Signature'
|
||||
},
|
||||
{
|
||||
value: 'importance'
|
||||
name: 'Importance'
|
||||
|
@ -99,6 +119,10 @@ class App.UiElement.postmaster_match
|
|||
value: 'message-id'
|
||||
name: 'Message-Id'
|
||||
},
|
||||
{
|
||||
value: 'in-reply-to'
|
||||
name: 'In-Reply-To'
|
||||
},
|
||||
{
|
||||
value: 'auto-submitted'
|
||||
name: 'Auto-Submitted'
|
||||
|
|
Loading…
Reference in a new issue