This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| reference:white_black_lists [2013/03/04 17:36] – [Bulk Deletion of list entries] paul | reference:white_black_lists [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| Note that, by default, local email addresses on the whitelist will be ignored. This is by design, because it is a common spammer trick to pretend to be from a local email address. The **CheckLocalWhitelist** setting on the spam filter [[Spamfilter Script Configuration|Script Configuration]] tab can be used to alter this behaviour. | Note that, by default, local email addresses on the whitelist will be ignored. This is by design, because it is a common spammer trick to pretend to be from a local email address. The **CheckLocalWhitelist** setting on the spam filter [[Spamfilter Script Configuration|Script Configuration]] tab can be used to alter this behaviour. | ||
| + | =====White/ | ||
| + | ====Address entries==== | ||
| + | When you are adding whitelist or blacklist address entries, you can specify either a full email address, or use ' | ||
| + | |||
| + | So, for instance, these are valid entries | ||
| + | * name@example.com | ||
| + | * *@example.com | ||
| + | * fred.*@example.com | ||
| + | * / | ||
| + | ====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 [[http:// | ||
| + | |||
| + | So, for instance, these are valid entries | ||
| + | * sex | ||
| + | * / | ||
| ====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 16: | Line 31: | ||
| - **findcount** < | - **findcount** < | ||
| - **initiallyadded** < | - **initiallyadded** < | ||
| - | - **lastadded** < | + | - **lastadded** < |
| - **lastfound** < | - **lastfound** < | ||
| - **addedby: | - **addedby: | ||
| - **autoaddedby: | - **autoaddedby: | ||
| - | - **matches: | + | - **matches: |
| - Any other value does a wildcard comparison of the value to the entry address | - Any other value does a wildcard comparison of the value to the entry address | ||
| - | All the specified conditions must match for the entry to be deleted. Once you have specified the conditions and pressed ' | + | Do //not// put spaces around comparators, |
| + | |||
| + | For ages, VPOP3 recognises the periods: minutes, hours, days, months, years (the ' | ||
| + | |||
| + | The comparators VPOP3 recognises are: %%<, =, > <=, >=, <> | ||
| + | |||
| + | Separate multiple conditions with space characters. | ||