User Tools

Site Tools


reference:spamrules_statement_copybag
no way to compare when less than two revisions

Differences

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


Previous revision
reference:spamrules_statement_copybag [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======Spam Filter Rules: CopyBag======
 +^Statement  |CopyBag |
 +^Version  |6.17+ |
 +^Purpose  |Copies the contents of one bag into another bag |
 +
 +The **CopyBag** statement requires an operator, "from bag" name and "to bag" name, in the format
 +  AddBag <operator> <from bag> <to bag>
 +
 +  * <type> may be either 'overwrite', 'add', 'subtract'
 +  * If <type> is 'overwrite', then the 'from bag' is copied exactly to the 'to bag'
 +  * If <type> is 'add', then entries in the 'from bag' are added to the 'to bag' if they aren't already there
 +  * If <type> is 'subtract', then entries in the 'from bag' are removed from the 'to bag' if they are there
 +
 +
 +=====Example=====
 +
 +  CopyBag overwrite mybag mynewbag
 +
 +  CopyBag overwrite mybag1 mynewbag
 +  CopyBag add mybag2 mynewbag
  
reference/spamrules_statement_copybag.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1