From e0eb1d78af00a48362b7d0414a8686cb2385e8c5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 16 Feb 2011 23:45:58 +0000 Subject: - finally fix the bugzilla -> bugs problem, after 3h of debugging ( mainly because i didn't understoof the error message :/ ) --- modules/sympa/templates/sympa.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 0a404d40..e10ee880 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -292,3 +292,6 @@ antispam_tag_header_ham_regexp ^\s*No # Disable alias management, already managed in postfix sendmail_aliases none +# keep this enabled for bugzilla automatic mail sending +# feature ( which are marked as such in the header ) +reject_mail_from_automates_feature off -- cgit v1.2.1