[Rspamd] Pushover, check sender by regex
This commit is contained in:
@@ -237,8 +237,9 @@
|
||||
"pushover_title": "Notification title",
|
||||
"text": "Text",
|
||||
"pushover_text": "Notification text",
|
||||
"pushover_vars": "Useable variables for text and title (please take note of data protection)",
|
||||
"pushover_sender_array": "Only consider the following sender email addresses <small>(comma-separated)</small>",
|
||||
"pushover_vars": "When no sender filter is defined, all mails will be considered.<br>Regex filters as well as exact sender checks can be defined individually and will be considered sequentially. They do not depend on each other.<br>Useable variables for text and title (please take note of data protection policies)",
|
||||
"pushover_sender_array": "Consider the following sender email addresses <small>(comma-separated)</small>",
|
||||
"pushover_sender_regex": "Match senders by the following regex",
|
||||
"no_last_login": "No last UI login information",
|
||||
"last_mail_login": "Last mail login",
|
||||
"save": "Save changes",
|
||||
@@ -357,8 +358,9 @@
|
||||
"pushover_title": "Notification title",
|
||||
"text": "Text",
|
||||
"pushover_text": "Notification text",
|
||||
"pushover_vars": "Useable variables for text and title (please take note of data protection)",
|
||||
"pushover_vars": "When no sender filter is defined, all mails will be considered.<br>Regex filters as well as exact sender checks can be defined individually and will be considered sequentially. They do not depend on each other.<br>Useable variables for text and title (please take note of data protection policies)",
|
||||
"pushover_sender_array": "Only consider the following sender email addresses <small>(comma-separated)</small>",
|
||||
"pushover_sender_regex": "Consider the following sender regex",
|
||||
"spamfilter": "Spam filter",
|
||||
"domain": "Domain",
|
||||
"domain_s": "Domain/s",
|
||||
|
Reference in New Issue
Block a user