X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fbin%2Frt-mailgate.in;h=d6e80b8f2f3f73b7fbdef0fb9231f778279fc206;hb=refs%2Fheads%2FFREESIDE_2_3_BRANCH;hp=c1a57cb3e6e77740f36bc288d5f25f025db6769e;hpb=75162bb14b3e38d66617077843f4dfdcaf09d5c4;p=freeside.git diff --git a/rt/bin/rt-mailgate.in b/rt/bin/rt-mailgate.in index c1a57cb3e..d6e80b8f2 100644 --- a/rt/bin/rt-mailgate.in +++ b/rt/bin/rt-mailgate.in @@ -1,9 +1,9 @@ -#!@PERL@ -w +#!@PERL@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -81,9 +81,7 @@ unless ( $opts{'url'} ) { my $ua = new LWP::UserAgent; $ua->cookie_jar( { file => $opts{'jar'} } ) if $opts{'jar'}; -my %args = ( - SessionType => 'REST', # Surpress login box -); +my %args; foreach ( qw(queue action) ) { $args{$_} = $opts{$_} if defined $opts{$_}; };