2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

remove newline in decoded subject

git-svn-id: https://svn.fhem.de/fhem/trunk@4390 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-12-16 09:38:24 +00:00
parent c735699abd
commit b25100618a

View File

@ -405,6 +405,7 @@ mailcheck_Read($)
$entity->head->decode();
$subject = $entity->head->get('Subject');
chomp( $subject );
Log3 $name, 4, "subject decoded: $subject";
} elsif( my $accept_from = AttrVal($name, "accept_from", "" ) ) {