pmx-list - A utility for manipulating PureMessage lists.
Edit a list:
pmx-list add LIST[#USER] ITEM1 [ITEM2 ...]
pmx-list remove LIST[#USER] ITEM1 [ITEM2 ...]
pmx-list clear LIST[#USER]
Query list contents:
pmx-list items LIST[#USER]
pmx-list users LIST
List/describe available lists:
pmx-list available [FILTER]
pmx-list describe [FILTER]
Test matching against a list:
pmx-list test LIST[#USER] ITEM1 [ITEM2 ...]
The pmx-list
utility is used to edit, query, describe and test
PureMessage lists (for example, blacklisted-hosts or
whitelisted-senders-per-user).
item(s)
are added even if
identical items already exist in the list.
Example: opt-out bob@example.com from anti-spam
pmx-list add anti-spam-optouts bob@example.com
Example: add spammer@evil.com to sally@example.com's blacklist:
pmx-list add blacklisted-senders-per-user#sally@example.com bob@example.com
If present, the FILTER parameter limits the results using a case-insensitive substring match.
Example: print the names of all lists that match ``blacklist''
$ pmx-list available blacklist blacklisted-hosts blacklisted-senders blacklisted-senders-per-user
FILTER works in a similar way to the available
command.
PureMessage::List
Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.