Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 23:38:14 -0700 (PDT)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ctm/ctm_smail ctm_smail.c
Message-ID:  <200307130638.h6D6cEBP019634@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307130638.h6D6cEBP019634>