||include||charset.htm||
||lang_get(page_title)|| | ||ifdef||exception|| ||define||temp_exception||exception|| ||endif||
---|
$$Exceptions allow you to setup filters to tell the mail server what to do with specific messages. This allows you to move messages into folders and forward to other email addresses, bypassing the spam blocking features$$
||ifequal||friends_only||true||
||lang_get(friends_name)||,
||endif||
||ifequal||user_centipaid||true||
$$centipaid$$,
||endif||
||ifequal||spam_userconfig||true||
$$spam hold, reject, and vanish$$
||endif||
$$for messages you are expecting.$$ $$You can form compound rules by using and and/or or. They are applied from left to right, there are no grouping operators. For example; (a and b or c) will be true when (a and b) or when (c), NOT, when (a) and (b or c)$$ ||iftrue(g_spam_hold_hide)|| $$You can choose to Accept*, Vanish*, or Reject* a message, or Quarantine* message (based on your friends settings a challenge email will be sent to confirm the sender is a person and not a spam robot, or the message will be placed in your Spam folder).$$ ||else|| $$You can choose to Accept*, Vanish*, or Reject* a message, or Request* a friends confirmation be sent to confirm the sender is a person and not a spam robot.$$ ||endif|| * $$Accept means receive the message.$$ * $$Reject do not accept the message, their server will notify them that you didn't get it.$$ * $$Vanish means throw the message away.$$ ||ifequal||friends_only||true|| ||iftrue(g_spam_hold_hide)|| * $$Quarantine means Friends pending quarantine and optionally challenge sender (based on Friends settings)$$ ||else|| * $$Request means send friends request to the sender. (won't apply to existing friend)$$ ||endif|| ||endif|| $$You can choose to Move* or Copy* messages to any one of your IMAP folders.$$ * $$Move will move messages to the specified IMAP folder. (circumventing friends etc)$$ * $$Copy will create a copy of the message in the specified IMAP folder, then continue delivering the original copy.$$ $$Exceptions are processed in the order they are listed in below, so the lower the ID the earlier the exception can be applied.$$ $$Exceptions try to match a specified email header to a value you specify, if the header contains the 'Contains' text then the action is carried out.$$ $$The 'Contains' field may contain wildcards * and ? if it does then the header contents must match the contains field exactly (using wild card matching where * means any number of any characters, and ? means any one character).$$ $$A 'Contains' field with consecutive * characters is treated literally. eg. **** matches a string with 4 stars in it.$$ $$There may be one or more global or domain exceptions configured, these are displayed with a 'g' or 'd' prefix to the id. $$ |
||include||na_pgend.htm||