From: SourceForge.net <no...@so...> - 2004-06-03 07:47:56
|
Patches item #608144, was opened at 2002-09-12 04:02 Message generated for change (Comment added) made by davidfraser You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=608144&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Norman Vine (nhv) Assigned to: Nobody/Anonymous (nobody) Summary: truncate long reports Initial Comment: syncmail currently truncates long reports from any individual file but can still spew long reports if many files are committed at once. This simple patch adds a total lines counter that will truncate the total message length. I arbritrarily used the same length to truncate at as was used for an individual file, this can easily be changed. All files changed will still be reported but the details will be omitted for all files after the chosen truncation length. This code is untested ---------------------------------------------------------------------- Comment By: David Fraser (davidfraser) Date: 2004-06-03 09:47 Message: Logged In: YES user_id=221678 This would be a great help to mailing list administrators who currently have to deal with removing all excess size mails... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=608144&group_id=47611 |