cvs commit: src/usr.sbin/ctm/ctm_smail ctm_smail.c

Kris Kennaway kris at FreeBSD.org
Sat Jul 12 23:38:15 PDT 2003


kris        2003/07/12 23:38:14 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/ctm/ctm_smail ctm_smail.c 
  Log:
  From the PR:
  
  I am the maintainer of CTM.  There is a problem that when very large deltas
  are created, that the program ctm_smail, which is responsible for mailing
  the deltas out, will instead create a single message that says the delta
  is too large.  However, if the -q option is set, instead of placing this
  message in the queue (as it would have done with the deltas), it mails it
  out directly.  This conflicts with the current working of CTM in that the
  email address is set as %%REPLACE-ME%% so that the created mailing pieces
  can be signed by gnu-pgp, and then have the mailing address changed.
  
  This fix means that if the -q option is set, and the delta is too large,
  the "too large" message is placed in the queue.
  
  Also, I made the "too large" message a little more up to date.
  
  Submitted by:   Stephen Montgomery-Smith <stephen at math.missouri.edu>
  PR:             bin/50328
  MFC After:      2 weeks
  
  Revision  Changes    Path
  1.13      +38 -10    src/usr.sbin/ctm/ctm_smail/ctm_smail.c


More information about the cvs-src mailing list