home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / sendmail / 2244 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.3 KB

  1. Path: sparky!uunet!mcsun!uknet!glasgow!daemon
  2. From: svp@cam-orl.co.uk
  3. Newsgroups: mail.uk-sendmail-workers,comp.mail.sendmail
  4. Subject: wot no <> magic token?
  5. Message-ID: <797.9209101642@spinach.cam-orl.co.uk>
  6. Date: 10 Sep 92 16:42:29 GMT
  7. Sender: uk-sendmail-workers-request@cs.hw.ac.uk
  8. Organization: Glasgow University Computing Science Dept.
  9. Lines: 24
  10. Approved: usenet@dcs.glasgow.ac.uk
  11. X-Mailer: mail-news 2.0.5
  12.  
  13. Running uk-sendmail 2.1 (under sunos 4.1.2) it seems that /usr/lib/sendmail
  14. core dumps if an incoming SMTP connection (eg from JIPS) specifies a null name
  15. in the sender in the envelope - ie if it opens up with :-
  16.  
  17.  MAIL FROM: <>
  18.  
  19. Apparently this is just the thing to do when delivering error reports (rfc822?)
  20. and a local smail site has been filling our /usr/spool/mqueue with
  21. zero-length queue-files and an 8Mb corefile every 15 minutes. Good fun.
  22.  
  23. SUN's sendmail.cf files all seem to have the smail-proofing rules :-
  24.  
  25. | # handle "from:<>" special case
  26. | R$*<>$*                 $@@                    turn into magic token
  27. |  ...
  28. | R@                      $@$n                   handle <> error addr
  29.  
  30. but as far as I can see, standard uk-sendmail doesn't seem to buld this in.
  31.  
  32. Has anyone fixed this already please?
  33.  
  34. Steve Platt
  35. email:      postmaster@cam-orl.co.uk
  36. smail-mail: <>
  37.