Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2007-05-24 09:24:39
Size: 767
Editor: RainerSigl
Comment:
Revision 5 as of 2007-05-24 14:21:21
Size: 863
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 17: Line 17:

[[PgSQLQuery(mydb, SELECT replace(english_text,'\n','\t') FROM texts where id='filter')]]

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 replace(english_text,'\n','\t') FROM texts where id='filter')

commands and variables

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