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>

Example

CopyBag overwrite mybag mynewbag
CopyBag overwrite mybag1 mynewbag
CopyBag add mybag2 mynewbag