]> code.citadel.org Git - citadel.git/commit
* Fixed a potential buffer overflow in the message submit chain.
authorArt Cancro <ajc@citadel.org>
Wed, 4 Apr 2007 16:42:44 +0000 (16:42 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 4 Apr 2007 16:42:44 +0000 (16:42 +0000)
commita3f8650249a154b6f9a9d55c5600323f6c956caa
treed651548af1d0129273bd951e05b9a879adb9b3fc
parent72ac2060fdc43a4ebd32470a7b17c5daebba1293
* Fixed a potential buffer overflow in the message submit chain.
* Mailing list delivery now uses the message submit chain instead of
  generating queue instructions directly.  This greatly simplifies
  the code, and also allows non-SMTP recipients to be added to
  mailing lists.
citadel/msgbase.c
citadel/serv_network.c