Fixing exim auto reply bug for rhel as stated in issue #198

This commit is contained in:
Roman Florea 2016-04-02 22:57:45 +03:00
commit a13bcf5322
3 changed files with 3 additions and 3 deletions

View file

@ -227,7 +227,7 @@ procmail:
autoreplay:
driver = accept
require_files = /etc/exim/domains/$domain/autoreply.${local_part}.msg
condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}}{yes}{no}}
condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}{yes}{no}}
retry_use_local_part
transport = userautoreply
unseen