Hallo,
 
ich habe die passende Stelle in Kernel/System/PostMaster/Filter/Match.pm
gerade mal rausgesucht (bei mir Zeile 119):
        elsif ( $Param{GetParam}->{$_} && $Param{GetParam}->{$_} =~
/$Match{$_}/i ) {
 
stellen wir das mal nach:
# perl -e 'if ( "" =~ /^$/i ) { print "jau\n" } else { print "nein\n" }'
jau
 
Hm. Sollte also klappen. Dann ist vermutlich der String
($Param{GetParam}->{$_}) nicht in Ordnung. Möglicherweise wird hier etwas im
Vorfeld umgewandelt, sodass der String nicht mehr „clear“ bis zu dieser
Codezeile gelangt.
 
Gruß
Jan Dreyer
IT Administrator / Operations Team / M-IT OMS
 
Von: [email protected] [mailto:[email protected]] Im Auftrag
von Christian Kreis
Gesendet: Freitag, 29. Juni 2012 13:36
An: User questions and discussions about OTRS.org in German
Betreff: Re: [otrs-de] Mails ohne Betreff filtern
 
so nochmal mit screenshot 
Am 29. Juni 2012 11:57 schrieb Michael Scheer <[email protected]>:
Am 29.06.2012 11:40, schrieb Christian Kreis:

[Es geht um einen Regex]
 
Muss ich die [] auch mit reinschreiben? also Subject = [^$]?
 
Nein! Eine gute, alte Usenet-Angewohnheit von mir, etwas zusammenfassendes
in eckige Klammern über ein Quote zu schreiben...


Michael
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Antwort per Email an