Changes between Version 32 and Version 33 of Email


Ignore:
Timestamp:
08/02/06 18:41:54 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email

    v32 v33  
    5959}}}
    6060
    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.
     61You may also be interested in some [wiki:SieveExamples Sieve Examples for CAL].
    6862
    6963If you have trouble with sieveshell connecting to the mail server, make sure you are properly authenticated as described in ticket:119.