git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix handling of server which follows a RCPT 452 with a 250. Bug 26092
[exim.git]
/
src
/
util
/
cramtest.pl
diff --git
a/src/util/cramtest.pl
b/src/util/cramtest.pl
index 6135ff05e422ecdb2e7dc5ea61a0cb9fc3d5815e..48f989a0cd7c98df4b6e6bca884df76abb003a87 100755
(executable)
--- a/
src/util/cramtest.pl
+++ b/
src/util/cramtest.pl
@@
-1,5
+1,4
@@
#!/usr/bin/perl
#!/usr/bin/perl
-# $Cambridge: exim/src/util/cramtest.pl,v 1.2 2005/08/30 09:19:33 ph10 Exp $
# This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5
# authentication.
# This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5
# authentication.
@@
-25,6
+24,8
@@
# Vadim Vygonets <vadik-exim@vygo.net>. All rights reserved.
# Public domain is OK with me.
# Vadim Vygonets <vadik-exim@vygo.net>. All rights reserved.
# Public domain is OK with me.
+BEGIN { pop @INC if $INC[-1] eq '.' };
+
use MIME::Base64;
use Digest::MD5;
use MIME::Base64;
use Digest::MD5;