diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 23:10:16 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 23:10:16 +0200 |
commit | 6585f3ea6c1337ded97c5d8e398641cd761ba91b (patch) | |
tree | bd0915a368130538618322eb908e3248d4a7ac83 | |
parent | 16fa9f274551ce95c34835b56273f4d08548f127 (diff) | |
download | dovecot-antispam-6585f3ea6c1337ded97c5d8e398641cd761ba91b.tar.gz dovecot-antispam-6585f3ea6c1337ded97c5d8e398641cd761ba91b.tar.xz dovecot-antispam-6585f3ea6c1337ded97c5d8e398641cd761ba91b.zip |
always print dspam binary in debug output
-rw-r--r-- | dspam-exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dspam-exec.c b/dspam-exec.c index e70d1d5..64da41f 100644 --- a/dspam-exec.c +++ b/dspam-exec.c @@ -204,10 +204,9 @@ void backend_init(pool_t pool) int i; tmp = getenv("ANTISPAM_DSPAM_BINARY"); - if (tmp) { + if (tmp) dspam_binary = tmp; - debug("antispam: dspam binary set to %s\n", tmp); - } + debug("antispam: dspam binary set to %s\n", tmp); tmp = getenv("ANTISPAM_DSPAM_ARGS"); if (tmp) { |