diff options
author | Todd Lyons <tlyons@ivenue.com> | 2012-07-06 14:56:11 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-07-06 15:04:14 -0700 |
commit | 6822b9097e418e9a0e6cb1a31430904a38a49986 (patch) | |
tree | 4b72bcb6cf94cdf5417d4e7a049a368584138a5a /src | |
parent | b5b871aca49fbf0fcc2c91997e70c3c57f77faa9 (diff) |
Make +smtp_confirmation be a default logging option.
Diffstat (limited to 'src')
-rw-r--r-- | src/.gitignore | 1 | ||||
-rw-r--r-- | src/src/macros.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 2d6e95a32..09d989b6d 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,2 +1,3 @@ Local build-* +tags diff --git a/src/src/macros.h b/src/src/macros.h index d25071aae..f07930d2d 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -424,6 +424,7 @@ set all the bits in a multi-word selector. */ #define LX_default ((LX_acl_warn_skipped | \ LX_rejected_header | \ LX_sender_verify_fail | \ + LX_smtp_confirmation | \ LX_tls_cipher) & 0x7fffffff) /* Private error numbers for delivery failures, set negative so as not |