diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-16 23:45:58 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-16 23:45:58 +0000 |
commit | e0eb1d78af00a48362b7d0414a8686cb2385e8c5 (patch) | |
tree | b50d648f23ae8f227ce933bb5eaef2b9c0baeca9 /modules/sympa/templates/sympa.conf | |
parent | 2ec5ebb691f35e164b23da02cc760b11ef60155a (diff) | |
download | puppet-e0eb1d78af00a48362b7d0414a8686cb2385e8c5.tar puppet-e0eb1d78af00a48362b7d0414a8686cb2385e8c5.tar.gz puppet-e0eb1d78af00a48362b7d0414a8686cb2385e8c5.tar.bz2 puppet-e0eb1d78af00a48362b7d0414a8686cb2385e8c5.tar.xz puppet-e0eb1d78af00a48362b7d0414a8686cb2385e8c5.zip |
- finally fix the bugzilla -> bugs problem, after 3h of
debugging ( mainly because i didn't understoof the error message :/ )
Diffstat (limited to 'modules/sympa/templates/sympa.conf')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |