summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--doc/clamsmtpd.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dd44ce0..6669fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
- Better IO and SMTP parsing
- Changed default header to be similar to Amavis
- Compiles and runs on systems without error checking mutexes
- - Ability to run as a different user [Rubio Vaughan]
+ - Ability to drop privileges and run as a different user [Rubio Vaughan]
- Fixed config file bugs
- Virus Actions. Run a script every time a virus is found.
diff --git a/doc/clamsmtpd.conf b/doc/clamsmtpd.conf
index 24afb19..b42851a 100644
--- a/doc/clamsmtpd.conf
+++ b/doc/clamsmtpd.conf
@@ -43,6 +43,6 @@ OutAddress: 10026
# User to switch to
#User: clamav
-# Virus actions. There's an option to run a script every time a
+# Virus actions: There's an option to run a script every time a
# virus is found. Read the man page for clamsmtpd.conf for details.