home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / misc / 3772 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.0 KB  |  52 lines

  1. Newsgroups: comp.mail.misc
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!physik.tu-muenchen.de!berg
  3. From: berg@physik.tu-muenchen.de (Stephen R. van den Berg)
  4. Subject: Re: probable procmail problem
  5. Message-ID: <1992Nov23.170444.2840@Urmel.Informatik.RWTH-Aachen.DE>
  6. Originator: berg@tabaqui
  7. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  8. Nntp-Posting-Host: tabaqui
  9. Organization: Rechnerbetrieb Informatik  /  RWTH Aachen
  10. References: <richard.722394689@dutepp13>
  11. Date: Mon, 23 Nov 92 17:04:44 GMT
  12. Lines: 38
  13.  
  14. >Until recently I was the only one using procmail on our system. Last week
  15. >my colleague also started using procmail and that's when the problems
  16. >started.
  17.  
  18. >We have difficulties receiving mail from mailing lists we are both on.
  19. >For example, we are both on a staff and develop mailing list, both locally.
  20. >These used to work perfectly.
  21.  
  22. >It seems from the /var/log/syslog that only one of us is getting mail and
  23. >that is indeed what is happening in reality.
  24.  
  25. You probably have a (very) old version of procmail, it still contains
  26. the insufficient recommendation that you use:
  27.  
  28. "IIFS=' ';exec /usr/local/bin/procmail"
  29.  
  30. as the contents of your .forward file.
  31.  
  32. This tends to confuse sendmail (clearly a bug in sendmail) when multiple
  33. users use this as their .forward file contents.  The new & improved
  34. recommendation looks like:
  35.  
  36. "|IFS=' ';exec /usr/local/bin/procmail #YOUR_LOGIN_NAME"
  37.  
  38. Of course, substitute your, resp. your friend's username for YOUR_LOGIN_NAME.
  39. *Don't* omit the '#'.
  40.  
  41. P.S. I can unofficially announce that there exists a procmail mailinglist.
  42.      It will be officially announced when v2.80 of procmail is released.
  43.  
  44.      For people that want to get on it now, subscription requests to:
  45.  
  46.     procmail-request@informatik.rwth-aachen.de
  47. -- 
  48. Sincerely,                                  berg@pool.informatik.rwth-aachen.de
  49.            Stephen R. van den Berg (AKA BuGless).    berg@physik.tu-muenchen.de
  50.  
  51. "I have a *cunning* plan!"
  52.