Sieve-Example:HTML Autoresponder: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 30: | Line 30: | ||
This will: |
This will: |
||
* Match any incoming email |
* Match any incoming email to the mailbox |
||
* Put the subject line in to a variable |
* Put the subject line in to a variable |
||
* Reply back to the sender with a modified subject line |
* Reply back to the sender with a modified subject line |
||
| Line 38: | Line 38: | ||
[[File:Html-reply.png|border]] |
[[File:Html-reply.png|border]] |
||
===Improvements=== |
===Improvements / Notes=== |
||
More can be done with this script, eg |
More can be done with this script, eg |
||
*you can modify it to include a multipart reply (HTML and plain text) |
*you can modify it to include a multipart reply (HTML and plain text) |
||
*you can restrict the reply to only once a day per sender, by adding :days 1 under :vacation |
*you can restrict the reply to only once a day per sender, by adding :days 1 under :vacation |
||
| ⚫ | |||
| ⚫ | |||
=Editing this in Roundcube= |
=Editing this in Roundcube= |
||
| Line 52: | Line 54: | ||
You can paste in the script above. |
You can paste in the script above. |
||
| ⚫ | |||
Clicking save should say that it's updated, if you get errors, then the syntax you have won't be correct, but the example above works. |
Clicking save should say that it's updated, if you get errors, then the syntax you have won't be correct, but the example above works. |
||
| ⚫ | |||
If you later edit the filter with Roundcube be sure to use the 'edit filter set' link as otherwise the code will get altered and not work. |
If you later edit the filter with Roundcube be sure to use the 'edit filter set' link as otherwise the code will get altered and not work. |
||