User Tools

Site Tools


reference:white_black_lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reference:white_black_lists [2013/03/27 08:58] – [Spamfilter White/Blacklists] paulreference:white_black_lists [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 10: Line 10:
 =====White/Blacklist entries===== =====White/Blacklist entries=====
 ====Address entries==== ====Address entries====
-When you are adding whitelist or blacklist address entries, you can specify either a full email address, or use 'standard' wildcards (* and ?) or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional PCRE modifiers after the last /). Regular expressions give you the most control and flexibility over address matching, but can be complex if you are not used to them. There are many tutorials on the Internet about regular expressions, one we like is at http://regular-expressions.info.+When you are adding whitelist or blacklist address entries, you can specify either a full email address, or use 'standard' wildcards (* and ?) or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCRE modifiers]] after the last /). Regular expressions give you the most control and flexibility over address matching, but can be complex if you are not used to them. There are many tutorials on the Internet about regular expressions, one we like is at http://regular-expressions.info.
  
 So, for instance, these are valid entries So, for instance, these are valid entries
Line 17: Line 17:
   * fred.*@example.com   * fred.*@example.com
   * /^fred\.[a-z+]@example\.com/i   * /^fred\.[a-z+]@example\.com/i
- 
 ====Word entries==== ====Word entries====
-When you are adding whitelist or blacklist word entries, you can specify either a simple substring to match or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional PCRE modifiers after the last /). Regular expressions give you the most control and flexibility over matching, but can be complex if you are not used to them. There are many tutorials on the Internet about regular expressions, one we like is at http://regular-expressions.info.+When you are adding whitelist or blacklist word entries, you can specify either a simple substring to match or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCRE modifiers]] after the last /). Regular expressions give you the most control and flexibility over matching, but can be complex if you are not used to them. There are many tutorials on the Internet about regular expressions, one we like is at http://regular-expressions.info.
  
 So, for instance, these are valid entries So, for instance, these are valid entries
   * sex   * sex
   * /\bv[1i]agra/i   * /\bv[1i]agra/i
- 
 ====Bulk Deletion of list entries==== ====Bulk Deletion of list entries====
 In v6.1 and later you can bulk delete whitelist & blacklist addresses based on conditions you specify. These are detailed below: In v6.1 and later you can bulk delete whitelist & blacklist addresses based on conditions you specify. These are detailed below:
Line 33: Line 31:
   - **findcount** <comparator> <number> - compare the findcount to the specified value. //e.g. findcount<75//   - **findcount** <comparator> <number> - compare the findcount to the specified value. //e.g. findcount<75//
   - **initiallyadded** <comparator> <age> - compare the initially added date to the specified age (whitelist only). //e.g. initiallyadded<5years//   - **initiallyadded** <comparator> <age> - compare the initially added date to the specified age (whitelist only). //e.g. initiallyadded<5years//
-  - **lastadded** <comparator> <age> - compare the last added date to the specified age (whitelist only). //e.g. lastyadded>6months//+  - **lastadded** <comparator> <age> - compare the last added date to the specified age (whitelist only). //e.g. lastadded>6months//
   - **lastfound** <comparator> <age> - compare the last found date to the specified age. //e.g. lastfound>=2days//   - **lastfound** <comparator> <age> - compare the last found date to the specified age. //e.g. lastfound>=2days//
   - **addedby:**<name> - compare the user which initially added the entry to the specified value (using wildcards). //e.g. addedby:fred*//   - **addedby:**<name> - compare the user which initially added the entry to the specified value (using wildcards). //e.g. addedby:fred*//
Line 42: Line 40:
 Do //not// put spaces around comparators, or after the colon character. Eg **addedby:fred* ** is valid, **addedby: fred* ** is not and will be treated as two separate conditions. Do //not// put spaces around comparators, or after the colon character. Eg **addedby:fred* ** is valid, **addedby: fred* ** is not and will be treated as two separate conditions.
  
-All the specified conditions must match for the entry to be deleted. Once you have specified the conditions and pressed 'Delete', VPOP3 will tell you how many entries will be deleted, and will give you some examples of the entries which will be deleted. You can then confirm the deletion. If you find you have made a mistake, you can use the **Undo Last Bulk Delete** button to undo the latest bulk deletion (this only stores the deleted data for one day or until VPOP3 is restarted, whichever is the sooner).+For ages, VPOP3 recognises the periods: minutes, hours, days, months, years (the 's' at the end is optional). 
 + 
 +The comparators VPOP3 recognises are: %%<, =, > <=, >=, <>%% 
 + 
 +Separate multiple conditions with space characters. All the specified conditions must match for the entry to be deleted. Once you have specified the conditions and pressed 'Delete', VPOP3 will tell you how many entries will be deleted, and will give you some examples of the entries which will be deleted. You can then confirm the deletion. If you find you have made a mistake, you can use the **Undo Last Bulk Delete** button to undo the latest bulk deletion (this only stores the deleted data for one day or until VPOP3 is restarted, whichever is the sooner).
  
  
reference/white_black_lists.1364374736.txt.gz · Last modified: 2018/11/14 10:44 (external edit)