Skip to content

Commit

Permalink
Only one subject per email.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 15, 2016
1 parent 807fada commit e8fb8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/QMail/QueueHandler.pm
Expand Up @@ -470,6 +470,7 @@ sub get_subject {
last if !/\S/; # End of headers
if (/^Subject: (.*)/) {
$msgsub = $1;
last;
}
}
close($msg_fh);
Expand Down

0 comments on commit e8fb8c9

Please sign in to comment.