summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-21 14:41:28 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-21 14:41:28 -0400
commite88cda9c0d0133480e679f1388b340092a76934d (patch)
tree9bdea75d3124f86dce5a6283b807dbf8b97df70b /forum/const.py
parent002097b6d25cad85dda9e78d5d39058b678d6c2c (diff)
downloadaskbot-e88cda9c0d0133480e679f1388b340092a76934d.tar.gz
askbot-e88cda9c0d0133480e679f1388b340092a76934d.tar.bz2
askbot-e88cda9c0d0133480e679f1388b340092a76934d.zip
fixed email sender job so it works as advertised
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/const.py b/forum/const.py
index 39db5ad4..4c107572 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -90,3 +90,4 @@ CONST = {
#how to filter questions by tags in email digests?
TAG_EMAIL_FILTER_CHOICES = (('ignored', _('exclude ignored tags')),('interesting',_('allow only selected tags')))
+MAX_ALERTS_PER_EMAIL = 7