home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail.cf / stuff / misc / text0000.txt < prev    next >
Encoding:
Text File  |  1986-11-26  |  1.2 KB  |  40 lines

  1. to answer my own questions on sendmail (in case anybody is interested)
  2.  
  3. question:    what rulesets are applied to what addresses?
  4. answer:
  5.  
  6.      envelope from:        3,1,4,3,1,S,4
  7.      envelope to:        3,0,4     [4.2, sun2.0 and ultrix1.2 sendmails]
  8.                 3,0,2,R,4 [4.3 sendmail]
  9.      header from:        3,1,S,4
  10.      header to:        3,2,R,4
  11.  
  12. question:    who sets $g and $f?
  13. answer:
  14.  
  15.     $g is result of -f command line parameter being passed through
  16.     rulesets 3,1,4,3,1,S,4
  17.     $f is result of -f command line parameter being passed through
  18.     rulesets 3,1,4
  19.  
  20. question:    what part of the result of ruleset 0 gets passed through 4?
  21. answer:
  22.  
  23.     only the username (that which will become $u) gets passed through
  24.     ruleset 4 after going through 3 and then 0, $h does not get passed
  25.     through ruleset 4 after 3 and 0 [this is obvious, once you know it,
  26.     but it is not stated anywhere.
  27.  
  28. in case anyone is interested, i have a couple of things which go around
  29. sendmail, which help YOU discover these sorts of facts for yourself.
  30. if anyone is interested, i'll send it to you. it is much more realistic
  31. than "address test mode".
  32. -- 
  33. Simon Kenyon
  34. EUnet: simon@einode.UUCP
  35. Smail: The National Software Centre, Dublin, IRELAND
  36. Phone: +353-1-716255
  37. EUnet is a registered trademark of the EUUG
  38.  
  39.  
  40.