Package: sendmail
Version: 8.13.4-2
Tags: patch
In update_mc, a regular expression for confTRUSTED_USER catches
confTRUSTED_USERS as well:
--- sendmail-8.13.4/debian/local/update_mc.in.orig 2005-05-02
14:06:02.000000000 +0200
+++ sendmail-8.13.4/debian/local/update_mc.in 2005-05-02 14:08:13.000000000
+0200
@@ -276,8 +276,8 @@
#-----------------------------------------------------------------------------
# Cleanup submit.mc
if [ -f @sysconfdir@/mail/submit.mc ]; then
- sed -e "/^define(\`\?confRUN_AS_USER.*$/d" \
- -e "/^define(\`\?confTRUSTED_USER.*$/d" \
+ sed -e "/^define(\`\?confRUN_AS_USER'\?,.*$/d" \
+ -e "/^define(\`\?confTRUSTED_USER'\?,.*$/d" \
@sysconfdir@/mail/submit.mc > @sysconfdir@/mail/submit.mc.new;
new_mc submit;
fi;
Thanks,
Matej
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]