diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | common/smtppass.c | 2 | ||||
-rw-r--r-- | src/clamsmtpd.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ 0.8 - clamsmtpd now uses a configuration file + - Transparent proxy support [Andreas Steinmetz] - Compile option -Wall only enabled on debug builds - Sample script changed due to configuartion file diff --git a/common/smtppass.c b/common/smtppass.c index 31b67ce..7d1b18e 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -33,7 +33,7 @@ * * CONTRIBUTORS * Nate Nielsen <nielsen@memberwebs.com> - * Yamamoto Takao <takao@oakat.org> + * Andreas Steinmetz <ast@domdv.de> */ #include <sys/time.h> diff --git a/src/clamsmtpd.c b/src/clamsmtpd.c index 31b67ce..7d1b18e 100644 --- a/src/clamsmtpd.c +++ b/src/clamsmtpd.c @@ -33,7 +33,7 @@ * * CONTRIBUTORS * Nate Nielsen <nielsen@memberwebs.com> - * Yamamoto Takao <takao@oakat.org> + * Andreas Steinmetz <ast@domdv.de> */ #include <sys/time.h> |