Xref: utzoo comp.unix.i386:7918 comp.mail.sendmail:2003 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!hp4nl!svin02!wzv!wietse From: wietse@wzv.win.tue.nl (Wietse Venema) Newsgroups: comp.unix.i386,comp.mail.sendmail Subject: Re: What is "No ! in UUCP! (user)" message from sendmail? Message-ID: <676@wzv.win.tue.nl> Date: 20 Aug 90 07:26:49 GMT References: <79@maxx.UUCP> Sender: wietse@wzv.win.tue.nl (Wietse Venema) Followup-To: comp.mail.sendmail Organization: Eindhoven University of Technology, The Netherlands Lines: 15 [Followups directed to comp.mail.sendmail] tyager@maxx.UUCP (Tom Yager) writes: >In attempting to send a mail message to any uucp destination, sendmail >reports the error: > No ! in UUCP! (root) This happens when sendmail tries to generate a UUCP-style mail header line: "From remote from " (see the 'U' flag in the mailer program description). Under this condition, sendmail wants an address of the form: . Your configuration file probably produces the form: . I ran into the same problem when I needed both From_ lines and in locally delivered mail, and had to change two lines in some old sendmail source.