Bug#983916: dma can't send mail with long lines

2022-05-20 Thread Daniel Richard G.
FYI, there is a long discussion on this issue at https://github.com/corecode/dma/issues/18 Much of it centers around RFC2822's "Each line of characters MUST be no more than 998 characters" verbiage. --Daniel -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig got a bad case of Tim

Bug#983916: dma can't send mail with long lines

2021-03-10 Thread Graham Cobb
Package: dma Version: 0.13-1 Followup-For: Bug #983916 Workround, for anyone else hitting this problem... sed can be used to do a simple line wrap. I use: sed 's/\(.\{800\}\)/&\n---/g' which wraps lines at 800 bytes and adds '---' to the start of the next line. In particular, for logwatch (whic

Bug#983916: dma can't send mail with long lines

2021-03-03 Thread Graham Cobb
Package: dma Version: 0.13-1 Severity: normal I am using dma on a few standalone systems for handling reports from various system daemons. One of those daemons is logwatch. On one system, logwatch is reporting on some log lines which happen to be very long (1060 characters). When one of those log