summaryrefslogtreecommitdiffstats
path: root/peekaboo/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'peekaboo/config.py')
-rw-r--r--peekaboo/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/peekaboo/config.py b/peekaboo/config.py
index 903b565..f921846 100644
--- a/peekaboo/config.py
+++ b/peekaboo/config.py
@@ -79,7 +79,7 @@ class PeekabooConfig(object): # pylint: disable=too-many-instance-attributes
self.interpreter = '/usr/bin/python -u'
self.worker_count = 3
self.sample_base_dir = '/tmp'
- self.job_hash_regex = '/var/lib/amavis/tmp/([^/]+)/parts.*'
+ self.job_hash_regex = '/amavis/tmp/([^/]+)/parts/'
self.use_debug_module = False
self.keep_mail_data = False
self.db_url = 'sqlite:////var/lib/peekaboo/peekaboo.db'