Translations:Plugin:Spamotron/5/en

From Miranda NG
Jump to navigation Jump to search

When multiple answers are specified %response% variable is populated with the first response value for the simple mode, random value for the random mode and a value sequentially rotated with each message from a contact for round-robin mode. Each response value can be a perl regular expression (examples: /^no[-_]?spam$/i, /no-Spam/). For simple mode the message is matched against all of the responses and for round-robin/random modes for the one used in a last challenge request that was sent to the contact. You can also use %response-n% (%response-1%, %response-2%, and so on) variables to insert a specific response in the challenge request (which makes sense only for the simple mode).