File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ procmail:
227227autoreplay:
228228 driver = accept
229229 require_files = /etc/exim/domains/$domain/autoreply.${local_part}.msg
230- condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}} {yes}{no}}
230+ condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}{yes}{no}}
231231 retry_use_local_part
232232 transport = userautoreply
233233 unseen
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ procmail:
227227autoreplay:
228228 driver = accept
229229 require_files = /etc/exim/domains/$domain/autoreply.${local_part}.msg
230- condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}} {yes}{no}}
230+ condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}{yes}{no}}
231231 retry_use_local_part
232232 transport = userautoreply
233233 unseen
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ procmail:
227227autoreplay:
228228 driver = accept
229229 require_files = /etc/exim/domains/$domain/autoreply.${local_part}.msg
230- condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}} {yes}{no}}
230+ condition = ${if exists{/etc/exim/domains/$domain/autoreply.${local_part}.msg}{yes}{no}}
231231 retry_use_local_part
232232 transport = userautoreply
233233 unseen
You can’t perform that action at this time.
0 commit comments