Changes between Version 24 and Version 25 of Email


Ignore:
Timestamp:
07/24/06 18:59:28 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email

    v24 v25  
    4141
    4242=== Personalized Filtering ===
    43 Traditional UNIX-style `.forward` files are not used on the new CAL system.  We're using [http://www.ietf.org/html.charters/sieve-charter.html sieve], an emerging standard for mail filtering.  You can see an example sieve script [source:trunk/packages/cal-meta/src/examples/sieve/cal-default.script here] (this example script is installed by default for all CAL users, and can be found on Configured Workstations at `/usr/share/doc/cal-base/examples/sieve/cal-default.script`. It filters spam into the user's `spam` subfolder based on the `X-DSPAM` headers mentioned above).  If you want to write a new sieve script, simply put it in a text file on a Configured Workstation, and use `sieveshell` to import it to `mail.astro.columbia.edu`.  For example, here is [wiki:dkg] importing a sieve script located at `~/newsieve.script`:
     43Traditional UNIX-style `.forward` files are not used on the new CAL system.  We're using [http://www.ietf.org/html.charters/sieve-charter.html sieve], an emerging standard for mail filtering.  You can see an example sieve script [source:trunk/packages/cal-meta/src/examples/sieve/cal-default.script here] (this example script is installed by default for all CAL users, and can be found on Configured Workstations at `/usr/share/doc/cal-base/examples/sieve/cal-default.script`. It filters spam into the user's `spam` subfolder based on the `X-DSPAM` headers mentioned above).
     44
     45If you want to write a new sieve script, simply put it in a text file on a Configured Workstation, and use `sieveshell` to import it to `mail.astro.columbia.edu`.  For example, here is [wiki:dkg] importing a sieve script located at `~/newsieve.script`:
    4446{{{
    4547[0 dkg@kalyke ~]$ sieveshell mail