X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Crypt%2FMonkeysphere%2FMSVA.pm;h=ce838e4db8936af00c1ba3acef1218b9010ffb33;hb=6f22342b5b484783bba4493b7cd33f2949826cba;hp=02170b17f50454a5998d3df376ba492b74d2e9a0;hpb=5635514fdff8cea46baa255093308a5a1c8891a6;p=monkeysphere-validation-agent.git diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index 02170b1..ce838e4 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -491,7 +491,7 @@ sub getuid { my $data = shift; - if ($data->{context} =~ /^(https|ssh|ike)$/) { + if ($data->{context} =~ /^(https|ssh|smtp|ike)$/) { $data->{context} = $1; if ($data->{peer} =~ /^($RE{net}{domain})$/) { $data->{peer} = $1;