DISCUSSION_REJECT_CONTENT

The DISCUSSION_REJECT_CONTENT variable allows you to block the discussion messages submitted by email that contain arbitrary strings.

Values

Regular expression

Default

None

Example

DISCUSSION_REJECT_CONTENT=(?s).*word.*,(?s).*spam.*

Comments

Add one or more entries. Each regular expression must match an entire entry. The match of any of these entries in the body or subject of an incoming message (via email) causes its rejection, with appropriate notification to the posting user.

Note: The content entry is case sensitive.