Thread perl-script zur Mail-log Auswertung
(12 answers)
Opened by skynetworks at 2007-08-01 21:53
Wenn beides in einer Zeile steht:
Code (perl): (dl
)
if ( $line =~ m/from=<\s*(.*?)>.*?to=<\s*(.*?)>/ ){ push(@output, substr( $line, 0, 15 ) .' : '. $1 . '::'.$2) } OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |