Differences between revisions 4 and 5
Revision 4 as of 2007-05-24 11:21:22
Size: 807
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 16: Line 16:
[[PgSQLQuery(mydb, SELECT * FROM texts)]]

[[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)