Bug #593020 - Do not check Bcc in "Sender or Recipients" condition
This commit is contained in:
@ -257,8 +257,7 @@
|
||||
<code>
|
||||
(match-all (or (header-contains "From" ${recipient})
|
||||
(header-contains "To" ${recipient})
|
||||
(header-contains "Cc" ${recipient})
|
||||
(header-contains "Bcc" ${recipient})))
|
||||
(header-contains "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not contains">
|
||||
@ -267,8 +266,7 @@
|
||||
(match-all (not (or
|
||||
(header-contains "From" ${recipient})
|
||||
(header-contains "To" ${recipient})
|
||||
(header-contains "Cc" ${recipient})
|
||||
(header-contains "Bcc" ${recipient}))))
|
||||
(header-contains "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="is">
|
||||
@ -276,8 +274,7 @@
|
||||
<code>
|
||||
(match-all (or (header-matches "From" ${recipient})
|
||||
(header-matches "To" ${recipient})
|
||||
(header-matches "Cc" ${recipient})
|
||||
(header-matches "Bcc" ${recipient})))
|
||||
(header-matches "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="is not">
|
||||
@ -286,8 +283,7 @@
|
||||
(match-all (not (or
|
||||
(header-matches "From" ${recipient})
|
||||
(header-matches "To" ${recipient})
|
||||
(header-matches "Cc" ${recipient})
|
||||
(header-matches "Bcc" ${recipient}))))
|
||||
(header-matches "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="starts with">
|
||||
@ -295,8 +291,7 @@
|
||||
<code>
|
||||
(match-all (or (header-starts-with "From" ${recipient})
|
||||
(header-starts-with "To" ${recipient})
|
||||
(header-starts-with "Cc" ${recipient})
|
||||
(header-starts-with "Bcc" ${recipient})))
|
||||
(header-starts-with "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not starts with">
|
||||
@ -305,8 +300,7 @@
|
||||
(match-all (not (or
|
||||
(header-starts-with "From" ${recipient})
|
||||
(header-starts-with "To" ${recipient})
|
||||
(header-starts-with "Cc" ${recipient})
|
||||
(header-starts-with "Bcc" ${recipient}))))
|
||||
(header-starts-with "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="ends with">
|
||||
@ -314,8 +308,7 @@
|
||||
<code>
|
||||
(match-all (or (header-ends-with "From" ${recipient})
|
||||
(header-ends-with "To" ${recipient})
|
||||
(header-ends-with "Cc" ${recipient})
|
||||
(header-ends-with "Bcc" ${recipient})))
|
||||
(header-ends-with "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not ends with">
|
||||
@ -324,8 +317,7 @@
|
||||
(match-all (not (or
|
||||
(header-ends-with "From" ${recipient})
|
||||
(header-ends-with "To" ${recipient})
|
||||
(header-ends-with "Cc" ${recipient})
|
||||
(header-ends-with "Bcc" ${recipient}))))
|
||||
(header-ends-with "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
</input>
|
||||
|
||||
@ -257,8 +257,7 @@
|
||||
<code>
|
||||
(match-all (or (header-contains "From" ${recipient})
|
||||
(header-contains "To" ${recipient})
|
||||
(header-contains "Cc" ${recipient})
|
||||
(header-contains "Bcc" ${recipient})))
|
||||
(header-contains "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not contains">
|
||||
@ -267,8 +266,7 @@
|
||||
(match-all (not (or
|
||||
(header-contains "From" ${recipient})
|
||||
(header-contains "To" ${recipient})
|
||||
(header-contains "Cc" ${recipient})
|
||||
(header-contains "Bcc" ${recipient}))))
|
||||
(header-contains "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="is">
|
||||
@ -276,8 +274,7 @@
|
||||
<code>
|
||||
(match-all (or (header-matches "From" ${recipient})
|
||||
(header-matches "To" ${recipient})
|
||||
(header-matches "Cc" ${recipient})
|
||||
(header-matches "Bcc" ${recipient})))
|
||||
(header-matches "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="is not">
|
||||
@ -286,8 +283,7 @@
|
||||
(match-all (not (or
|
||||
(header-matches "From" ${recipient})
|
||||
(header-matches "To" ${recipient})
|
||||
(header-matches "Cc" ${recipient})
|
||||
(header-matches "Bcc" ${recipient}))))
|
||||
(header-matches "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="starts with">
|
||||
@ -295,8 +291,7 @@
|
||||
<code>
|
||||
(match-all (or (header-starts-with "From" ${recipient})
|
||||
(header-starts-with "To" ${recipient})
|
||||
(header-starts-with "Cc" ${recipient})
|
||||
(header-starts-with "Bcc" ${recipient})))
|
||||
(header-starts-with "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not starts with">
|
||||
@ -305,8 +300,7 @@
|
||||
(match-all (not (or
|
||||
(header-starts-with "From" ${recipient})
|
||||
(header-starts-with "To" ${recipient})
|
||||
(header-starts-with "Cc" ${recipient})
|
||||
(header-starts-with "Bcc" ${recipient}))))
|
||||
(header-starts-with "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
<option value="ends with">
|
||||
@ -314,8 +308,7 @@
|
||||
<code>
|
||||
(match-all (or (header-ends-with "From" ${recipient})
|
||||
(header-ends-with "To" ${recipient})
|
||||
(header-ends-with "Cc" ${recipient})
|
||||
(header-ends-with "Bcc" ${recipient})))
|
||||
(header-ends-with "Cc" ${recipient})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not ends with">
|
||||
@ -324,8 +317,7 @@
|
||||
(match-all (not (or
|
||||
(header-ends-with "From" ${recipient})
|
||||
(header-ends-with "To" ${recipient})
|
||||
(header-ends-with "Cc" ${recipient})
|
||||
(header-ends-with "Bcc" ${recipient}))))
|
||||
(header-ends-with "Cc" ${recipient}))))
|
||||
</code>
|
||||
</option>
|
||||
</input>
|
||||
|
||||
Reference in New Issue
Block a user