| 61 | | If you want to have your mail forwarded to another email address without keeping it on your astro account (the functionality that was previously handled by `~/.forward` files), you can create and import a script that contains the line: |
| 62 | | |
| 63 | | {{{ |
| 64 | | redirect "user@domain.com"; |
| 65 | | }}} |
| 66 | | |
| 67 | | You can find some [http://www.cmu.edu/computing/documentation/sieve/sieve.html example sieve scripts] [http://wiki.fastmail.fm/index.php/SieveRecipes online], if you want to experiment more. |
| | 61 | You may also be interested in some [wiki:SieveExamples Sieve Examples for CAL]. |