[Pkg-privacy-commits] [msva-perl] 209/356: accept smtp context
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit 6f22342b5b484783bba4493b7cd33f2949826cba
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Sat Oct 30 15:54:19 2010 -0400
accept smtp context
---
Crypt/Monkeysphere/MSVA.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list