Differences between revisions 3 and 4
Revision 3 as of 2007-05-24 09:24:39
Size: 767
Editor: RainerSigl
Comment:
Revision 4 as of 2007-05-24 11:21:22
Size: 807
Editor: RainerSigl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Login in [https://mpemail.mpe.mpg.de/tpl] and choose menue 'edit filters' Login in [https://mpemail.mpe.mpg.de/tpl] and choose menue 'Edit Filter'
Line 16: Line 16:
[[PgSQLQuery(mydb, SELECT * FROM texts)]]

Configure User specific Filters for MPE's Mail Services

Each user has the opportunity to preprocess his incoming mail stream by a filter. Usual applications are:

  • putting mails from certain senders or with special subjects in a special folder
  • storing or throwing away tagged Spam messages depending on the score

Calling the Editor for Filters

Login in [https://mpemail.mpe.mpg.de/tpl] and choose menue 'Edit Filter'

Remark:

  • Mailfolders are generated automatically
  • After finish editing a filter a syntax check is performed. If any errors a error message will be displayed and the old filter is not overwritten. The editor keeps your edited product.

the standard filter as a example

PgSQLQuery(mydb, SELECT * FROM texts)

commands and variables

IT: MailConfigFilters (last edited 2009-07-15 14:34:35 by localhost)