masqmail-0.2

annotate contrib/mailq.wmbiffrc @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents
children
rev   line source
meillo@137 1 # mailq.wmbiffrc for masqmail by Paolo
meillo@137 2
meillo@137 3 label.4=mailq
meillo@137 4 path.4=shell:::mailq|grep ^[[:graph:]]|grep -v empty|wc -l
meillo@137 5 interval.4=600
meillo@137 6 notify.4=beep
meillo@137 7 notify.4=true
meillo@137 8 action.4=(echo "messages in the queue:";mailq|grep ^[[:graph:]]|grep -v empty)|xmessage -center -buttons vaBen -file -