Bug 68433 - Update port: mail/mlmmj to 0.8.1.1
Summary: Update port: mail/mlmmj to 0.8.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-27 23:10 UTC by xi
Modified: 2004-06-28 10:39 UTC (History)
0 users

See Also:


Attachments
mlmmj.diff (1.88 KB, patch)
2004-06-27 23:10 UTC, xi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description xi 2004-06-27 23:10:20 UTC
	

0.8.1.1
 o Fix bug with prepstdreply not opening correct file. Thanks Christian Laursen
   for spotting.
0.8.1
 o Go through all open() calls and retry in case we (allthough it's extremely
   unlikely) did get EEXIST
 o Add the option to add a To: header including the recipient emailaddress.
   NOTE that this does not remove any existing To: headers, they should be
   removed in control/delheaders
 o Optimize mlmmj-send by preparing the mail in memory to reduce the amount of
   write syscalls. control/memmailsize (size in bytes) controls how big it can
   be. Default is 16k before it's send line by line.
 o Make sure we check if the Subject: prefix might be present in the
   de-quoted printable version of the Subject. If so, don't add it.
 o Fix bug with queuefilename not being correctly initialized when generating
   standard mails
 o Let mlmmj-send be capable of handling relayhost local users bounce probes
   bouncing.
 o Don't litter the queuedirectory with files when rejecting mails (the
   maintenance daemon would take care of it, but lets be nice)
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-06-28 10:39:32 UTC
State Changed
From-To: open->closed

Committed, thanks!