Sieve-Example:Notify: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
If you can edit the sieve filter manually, then you can also get the Sender and add that to the subject line: |
If you can edit the sieve filter manually, then you can also get the Sender and add that to the subject line: |
||
<syntaxhighlight lang=""> |
<syntaxhighlight lang="python"> |
||
# rule:[notify] |
# rule:[notify] |
||
if header :matches "Subject" "*" |
if header :matches "Subject" "*" |
||
| Line 21: | Line 21: | ||
This sets a variable of the subject, and then sends an email to another mailbox using the subject line. |
This sets a variable of the subject, and then sends an email to another mailbox using the subject line. |
||
[[Category:Sieve]] |
|||