X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FAction%2FAutoreply.pm;fp=rt%2Flib%2FRT%2FAction%2FAutoreply.pm;h=cde874e45d2316ecc97beb8446bc064183739732;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=e3e792ea7f0ab2f1d53122f31c2a08ab73d180f3;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/lib/RT/Action/Autoreply.pm b/rt/lib/RT/Action/Autoreply.pm index e3e792ea7..cde874e45 100755 --- a/rt/lib/RT/Action/Autoreply.pm +++ b/rt/lib/RT/Action/Autoreply.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -66,7 +66,6 @@ sub Prepare { $self->SUPER::Prepare(); } -# {{{ sub SetRecipients =head2 SetRecipients @@ -83,10 +82,8 @@ sub SetRecipients { return(1); } -# }}} -# {{{ sub SetReturnAddress =head2 SetReturnAddress @@ -108,9 +105,7 @@ sub SetReturnAddress { } -# }}} -# {{{{ sub SetRTSpecialHeaders =head2 SetRTSpecialHeaders @@ -125,7 +120,6 @@ sub SetRTSpecialHeaders { $self->SetHeader( 'Auto-Submitted', 'auto-replied' ); } -# }}} RT::Base->_ImportOverlays();