diff options
author | 2008-09-27 13:21:23 +0000 | |
---|---|---|
committer | 2008-09-27 13:21:23 +0000 | |
commit | f3a432cf77547edba9355107d17d53d50eab7583 (patch) | |
tree | c2367eedbc3fc8b134df69be3da2963b37415be9 | |
parent | remove a debug printf that is no longer required (diff) | |
download | wireguard-openbsd-f3a432cf77547edba9355107d17d53d50eab7583.tar.xz wireguard-openbsd-f3a432cf77547edba9355107d17d53d50eab7583.zip |
remove extra '#'. ok millert@, jmc@
-rw-r--r-- | etc/mail/trusted-users | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/trusted-users b/etc/mail/trusted-users index 2953b30185e..418f060a870 100644 --- a/etc/mail/trusted-users +++ b/etc/mail/trusted-users @@ -1,7 +1,7 @@ -# $OpenBSD: trusted-users,v 1.1 2003/09/23 21:37:11 millert Exp $ +# $OpenBSD: trusted-users,v 1.2 2008/09/27 13:21:23 martynas Exp $ # # This file contains a list of users (one per line) that may set their -# envelope # "from" address to a different user via "sendmail -f". +# envelope "from" address to a different user via "sendmail -f". # Common values include "majordomo", "mailman" and "www". # In other words, if a daemon (or mailing list manager) sends mail purporting # to be from a different user, the user it runs as should be listed here. |