diff options
Diffstat (limited to 'maildaemon.php')
-rwxr-xr-x | maildaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maildaemon.php b/maildaemon.php index 49c66b99b..334877ccb 100755 --- a/maildaemon.php +++ b/maildaemon.php @@ -186,7 +186,7 @@ class MailerDaemon { } function cleanup_msg($msg) { - $lines = explode("\n"); + $lines = explode("\n", $msg); $output = ''; |