X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Fsms.pl;h=d4f55ebe0976952e8f4ca349ca7035a32ed823af;hb=f3cd955b85092ea418d9c1de90be49c9f598527f;hp=dd60bda5852cbd58122c6d12ab17f452ce267bd1;hpb=8cec1e2e69f43fb00a91318294aca179fd507b8f;p=ndwebbie.git diff --git a/scripts/sms.pl b/scripts/sms.pl index dd60bda..d4f55eb 100755 --- a/scripts/sms.pl +++ b/scripts/sms.pl @@ -67,7 +67,7 @@ eval{ when(/^ID: (\S+)/){ $update->execute($msg->{id},$1,'Sent'); } - when(/^ERR: (?:302|128|114|113|105),(.*)/){ + when(/^ERR: (?:301|302|128|114|113|105),(.*)/){ $update->execute($msg->{id},undef,$1); } default {