1 Jun 2003 19:17
[otrs-cvs] CVS: otrs/Kernel/System/PostMaster DestQueue.pm,1.11,1.12
<cvs-log-admin <at> otrs.org>
2003-06-01 17:17:41 GMT
2003-06-01 17:17:41 GMT
Update of /home/cvs/otrs/Kernel/System/PostMaster In directory nohl:/tmp/cvs-serv21511/Kernel/System/PostMaster Modified Files: DestQueue.pm Log Message: added Resent-To email header check for queue sorting of new ticket - http://lists.otrs.org/pipermail/otrs/2003-May/001845.html Index: DestQueue.pm =================================================================== RCS file: /home/cvs/otrs/Kernel/System/PostMaster/DestQueue.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** DestQueue.pm 18 May 2003 20:23:09 -0000 1.11 --- DestQueue.pm 1 Jun 2003 17:17:38 -0000 1.12 *************** *** 55,62 **** ); # -- ! # check possible to and cc emailaddresses # -- my <at> EmailAddresses = $Self->{ParseObject}->SplitAddressLine( ! Line => $GetParam{To} .",". $GetParam{Cc}, ); foreach ( <at> EmailAddresses) { --- 55,71 ---- ); # -- ! # check possible to, cc and resent-to emailaddresses(Continue reading)
RSS Feed