mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
75_MSG.pm: fix email address as direct recipient
git-svn-id: https://svn.fhem.de/fhem/trunk@9959 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e79ee370af
commit
3436ee3c3d
@ -263,7 +263,7 @@ s/^[\s\t]*\|([\w\süöäß^°!"§$%&\/\\()<>=?´`"+\[\]#*@€]+)\|[\s\t]+//
|
||||
if ( $device =~
|
||||
/^(([A-Za-z0-9%+._-])+[@]+([%+a-z0-9A-Z.-]*))$/ )
|
||||
{
|
||||
$gatewayDevs = $globalDevName;
|
||||
$gatewayDevs = $1;
|
||||
$deviceType = "email";
|
||||
}
|
||||
elsif ( $device =~ s/^@?(.*)![\s\t]*$// ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user