antispam:plugin:welcomlistsubject

Whitelist or blacklist messages by Subject: header.

warden --task=antispam:plugin:welcomlistsubject
Option
Value Default Description
--welcomelist_subject <string1,string2> Whitelist particular strings in the Subject: header. Any subject matching these patterns will get SUBJECT_IN_WELCOMELIST -100 score applied to it.
--welcomelist_subject_add <string> Add a single entry to welcomelist_subject.
--welcomelist_subject_del <string> Remove a single entry from welcomelist_subject.
--blocklist_subject <string1,string2> Blacklist particular strings in the Subject: header. Any subject matching these patterns will get SUBJECT_IN_BLOCKLIST +100 score applied to it.
--blocklist_subject_add <string> Add a single entry to blocklist_subject.
--blocklist_subject_del <string> Remove a single entry from blocklist_subject.
--default <yes> Reset all settings to their default values.
--default_option <option> Reset a specific setting to its default value.
--reload <yes> Reload the service after saving settings.

Examples

// set welcomelist_bounce_relays
warden --task=antispam:plugin:welcomlistsubject --welcomelist_bounce_relays='relay*.example.com' --reload=yes

// reset welcomelist_bounce_relays to its default value
warden --task=antispam:plugin:welcomlistsubject --default_option=welcomelist_bounce_relays --reload=yes

// reset all settings to their default values
warden --task=antispam:plugin:welcomlistsubject --default=yes --reload=yes