home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / misc / 3525 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.9 KB

  1. Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!maas
  2. From: maas@dutiws.tudelft.nl (Frank Maas)
  3. Newsgroups: comp.unix.misc
  4. Subject: sendmail & classes: a bug?
  5. Summary: The classmembership seems to work in a buggy way
  6. Keywords: sendmail, mail, bsd, bugs
  7. Message-ID: <2076@dutiws.tudelft.nl>
  8. Date: 5 Sep 92 15:43:16 GMT
  9. Organization: Delft University of Technology
  10. Lines: 46
  11.  
  12. Hello,
  13.  
  14. Currently we are taking a better look at our sendmail configuration and wanted
  15. to use a .cf file of our Sun-neighbours. Apart from some expectable differences,
  16. we found a strange behaviour in the handling of classmembership.
  17.  
  18. The line
  19.  
  20. Cm myname.mydomain myname.mydomain.mycountry my.other.full.name
  21.  
  22. creates a class named 'm' which contains the list of myname-names. This is a
  23. correct definition. Now the sun-.cf file has the following construction:
  24.  
  25. $+$=m
  26.  
  27. which means one or more tokens, which are -concatenated- contained in class m.
  28.  
  29. However, this combination doesn't seem to exist in my BSD source of sendmail 
  30. (5.67). And thus it isn't possible to get a match of myname.mydomain.mycountry
  31. for instance. In the sun way, this is matched :
  32.  
  33. 'myname' is no part of class m
  34. 'myname.' is no part of class m
  35. ..
  36. 'myname.mydomain.' is no part of class m
  37. 'myname.mydomain.mycountry' is part of class m: MATCH
  38.  
  39. My sendmail does:
  40.  
  41. 'myname' is no part of class m
  42. '.' is no part of class m
  43. ...
  44. 'mycountry' is no part of class m: NO MATCH.
  45.  
  46. Is this a bug? If so: is it patched? If not (patched): do you like to have
  47. a patch? 
  48.  
  49. You could post your answers, but also mail them to me. I will post a summary.
  50.  
  51. With regards,
  52.    _____                      _ _ _                | maas@dutiws.twi.tudelft.nl
  53.     /  '               /     ' ) ) )               |----------------------------
  54.  ,-/-, __  __.  ____  /_      / / / __.  __.  _    | Delft Univ. of Technology
  55. (_/   / (_(_/|_/ / <_/ <_    / ' (_(_/|_(_/|_/_)_  |       The Netherlands
  56.  
  57.  
  58.