after an invalid multibyte sequence.
Reported by Andrew V. Samoilov <kai@cmail.ru>.
+2002-06-08 Bruno Haible <bruno@clisp.org>
+
+ * user-email.in: Look at /etc/sysconfig/mail, found on SuSE Linux.
+ Suggested by Karl Eichwalder <ke@suse.de>.
+
2002-06-07 Bruno Haible <bruno@clisp.org>
* user-email.in: Look at /etc/mailname, found on Debian systems.
fi
fi
+# SuSE Linux >= 8.0 systems have a file /etc/sysconfig/mail.
+if test -r /etc/sysconfig/mail; then
+ hostmailname=`. /etc/sysconfig/mail && echo "$FROM_HEADER"`
+ if test -n "$hostmailname"; then
+ addresses="$addresses ${user}@$hostmailname"
+ fi
+fi
+
# elm has no user-defined addresses.
# mailx has no user-defined addresses.
# mh has no user-defined addresses.