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:
|
expert:
|
||||||
name: 'Expert Settings'
|
name: 'Expert Settings'
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
value: 'x-spam'
|
||||||
|
name: 'X-Spam'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: 'x-spam-flag'
|
value: 'x-spam-flag'
|
||||||
name: 'X-Spam-Flag'
|
name: 'X-Spam-Flag'
|
||||||
|
@ -49,6 +53,22 @@ class App.UiElement.postmaster_match
|
||||||
value: 'x-spam-status'
|
value: 'x-spam-status'
|
||||||
name: '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'
|
value: 'importance'
|
||||||
name: 'Importance'
|
name: 'Importance'
|
||||||
|
@ -99,6 +119,10 @@ class App.UiElement.postmaster_match
|
||||||
value: 'message-id'
|
value: 'message-id'
|
||||||
name: 'Message-Id'
|
name: 'Message-Id'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'in-reply-to'
|
||||||
|
name: 'In-Reply-To'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: 'auto-submitted'
|
value: 'auto-submitted'
|
||||||
name: 'Auto-Submitted'
|
name: 'Auto-Submitted'
|
||||||
|
|
Loading…
Reference in a new issue