summaryrefslogtreecommitdiff
path: root/config_template.py
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-06 19:52:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-06 19:52:15 +0200
commitb58bc019333ec144207dec72f8c55dc5ebfb7d95 (patch)
tree173380ecba00a98fa599f6f84f23b0f18449c2d5 /config_template.py
parent18449d7dd31123e14f8a0d87047f2f85187a156b (diff)
parent76ea31d1747d8d95ec7ac75be750176beb452f66 (diff)
Updated version 1.7.6 from 'upstream/1.7.6'
with Debian dir e90897c9a496daa7e8acb59866cfd7c2f63409a9
Diffstat (limited to 'config_template.py')
-rw-r--r--config_template.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_template.py b/config_template.py
index 02f7579..f394e52 100644
--- a/config_template.py
+++ b/config_template.py
@@ -15,7 +15,7 @@ sites = [
'titleregex': '',
'contentregex': '',
'user-agent': 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0',
- 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
+ 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
'encoding': 'utf-8'},
{'shortname': 'mywebsite2',
@@ -42,6 +42,7 @@ sites = [
subjectPostfix = 'A website has been updated!'
enableMailNotifications = True
+maxMailsPerSession = -1
sender = 'me@mymail.com'
smtphost = 'mysmtpprovider.com'
useTLS = True