ExclList plugin is intended for creation of exclusion lists. You can exclude addresses, which are present in separate exclusion list, from mailing by adding this plugin to mailbox with mailing list. Add this plugin to a special mailbox (e.g., adr-any) and you globally prohibit mail sending through ADR to addresses from exclusion list. To block the domain, use * instead of mailbox name. E.g., *@ftc.org ban all emails in FTC.ORG domain.
.EXE and .DLL versions of plugin are in \plugins\ExclList subdirectory of the directory with Advanced Direct Remailer. The plugin use ExclList.INI configuration file and ExclList.LST data file. Also, you can find its complete C++ source code in plugin’s subdirectory. Plugin was compiled by Microsoft Visual C++ 6.0.
According to the settings in ExclList.INI file, plugin can either delete messages, which recipient address present in ExclList.LST list, or save such messages in specified folder. ExclList.LST file contains list of addresses, where there is one address in each line, e.g.:
John Smith <xxx@xxx.com>
gates@microsoft.com
"Join to us!" <jointo@ourentrants.com>
"this @ is dog" <dog@ask.com>
*@ftc.org
bgates@micro$oft.com <bgates@microsoft.com>