thomascube
2010-05-20 c769c6699f50cf834aa004fb3d1f4fa5ff966c7c
program/steps/mail/sendmail.inc
@@ -396,7 +396,7 @@
}
// set line length for body wrapping
$LINE_LENGTH = $RCMAIL->config->get('line_length', 75);
$LINE_LENGTH = $RCMAIL->config->get('line_length', 72);
// Since we can handle big messages with disk usage, we need more time to work
@set_time_limit(0);