home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / perl / 8029 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!news.tek.com!wrgate!cirdan.wr.tek.com!rogers
  2. From: rogers@cirdan.wr.tek.com (Roger Southwick)
  3. Newsgroups: comp.lang.perl
  4. Subject: Perl version of SMTP (RFC 821) & RFC 822?
  5. Message-ID: <11192@wrgate.wr.tek.com>
  6. Date: 28 Jan 93 18:24:19 GMT
  7. Sender: news@wrgate.wr.tek.com
  8. Organization: Tektronix, Inc.
  9. Lines: 21
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12.  
  13. Hi gang.  I got looking at our sendmail.cf file the other day, and
  14. realized how unnecessarily cryptic sendmail.cf files are... I mean it's
  15. just pattern matching and replacement, right?
  16.  
  17. I thought to myself, "Self.... wouldn't this be easier to understand
  18. and modify in Perl?" And hence the thought.  I mean I've seen/written
  19. Perl code to be a network daemon/client (ala sendmail), and the other
  20. rules shouldn't be that hard....
  21.  
  22. So, a couple of queries....
  23.  
  24. 1) Has anyone done this?  If so, how well did it work...  can you post
  25. the code (make it available for anon-ftp)? 
  26.  
  27. 2)  If no one has done this, why not?  Am I missing something?  Is it
  28. TOO big of a problem?  People just lazy?
  29.  
  30. I don't plan on writing it due to schedule restraints, but this
  31. enquiring (and warped) mind needs to know....
  32.  
  33.