home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2154 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.6 KB

  1. Path: sparky!uunet!mcsun!ariadne!danae.csi.forth.gr!stathop
  2. From: stathop@danae.csi.forth.gr (Costas Stathopoylos)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Problem with .mailrc aliases.
  5. Message-ID: <3267@ariadne.csi.forth.GR>
  6. Date: 27 Aug 92 23:07:28 GMT
  7. Sender: news@csi.forth.GR
  8. Organization: FORTH - ICS, P.O.Box 1385, Heraklio, Crete, Greece 71110 
  9.        tel: +30(81)221171, 229302 fax: +30(81)229342,3 tlx: 262389 CCI
  10. Lines: 30
  11.  
  12. Hi,
  13.   A few days ago one of our mail users encountered the following problem:
  14. suppose he has an alias command in his .mailrc of the form:
  15. alias project-members recip1@domain1 recip2@domain2 recip3 recip4 .... recip8@domain8 recip9
  16. Whe he send mail addressed to project-members after the alias is expanded
  17. and his machine's sendmail connects to the mailhost he gets the following error
  18. message:
  19.  
  20.    ----- Transcript of session follows -----
  21.  
  22.   ERROR:  domain8 recip9 not in UUCP routing tables
  23.  
  24.  
  25. 554 recip1@domain1 recip2@domain2 recip3 recip4 .... recip8@domain8 recip9... Service unavailable
  26.  
  27. Obviously for some mysterious reason sendmail considers the whole alias 
  28. expansion an one-recipient address of the form:
  29. (brackets are just for clarity)
  30. [recip1@domain1 recip2@domain2 recip3 recip4 .... recip8]@[domain8 recip9]
  31.                             ^^^
  32.                         the last "@" sign
  33.  
  34. I tried to test the error condition myself by using a similar alias in my 
  35. .mailrc and sending mail from the same machine but I get no error (ie. message 
  36. is delivered normally)! Could someone out there enlighten me giving some ideas 
  37. in what causes this non-deterministic error(Which has preferance to
  38. the specific user...)??
  39.  
  40. Greetings and thanks,
  41. Costas.
  42.