Changes between Version 26 and Version 27 of Email


Ignore:
Timestamp:
07/25/06 16:04:14 (20 years ago)
Author:
chummels@…
Comment:

added .forward sieve script

Legend:

Unmodified
Added
Removed
Modified
  • Email

    v26 v27  
    5858[0 dkg@kalyke ~]$
    5959}}}
     60
     61If 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{{{
     64redirect "user@domain.com";
     65}}}
     66
    6067You 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.