
Hi all, I don't know what could have been happened but I'm experiencing a Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE Delivery Status Notification*/ at /home/otrs//Kernel/System/PostMaster/Filter/Match.pm wherever Postmaster runs (manually or scheduled) and then it leave a dirty record in process_id (it seems) does anyone had a similar problem ? what could I check ? (I've checked all the postmasterfilter but I can find any strange thing on them: is there a way to know what is eventually the troubling filter if this is the problem ? ) Thank you in advance. MV

your filter is trying to match "/*" which it's not liking.
On Fri, Jan 21, 2011 at 8:15 AM, Marco Vannini
Hi all,
I don't know what could have been happened but I'm experiencing a
Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE Delivery Status Notification*/ at /home/otrs//Kernel/System/PostMaster/Filter/Match.pm
wherever Postmaster runs (manually or scheduled) and then it leave a dirty record in process_id (it seems)
does anyone had a similar problem ? what could I check ? (I've checked all the postmasterfilter but I can find any strange thing on them: is there a way to know what is eventually the troubling filter if this is the problem ? )
Thank you in advance.
MV
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

* Gerald Young
your filter is trying to match "/*" which it's not liking.
No, m/ is added by OTRS ( m/pattern/g ) His pattern is "*" which results in m/*/g which is invalid.
On Fri, Jan 21, 2011 at 8:15 AM, Marco Vannini
wrote: Hi all,
I don't know what could have been happened but I'm experiencing a
Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE Delivery Status Notification*/ at /home/otrs//Kernel/System/PostMaster/Filter/Match.pm
-- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

Thank you very much for the fast answer, I supposed it was a similar problem and I found some '*' previuosly configured and now removed, but it seems that I'm still not able to run having still the same error. Do you think that I have to reboot (caching or similar problem) ?

* Marco Vannini
Thank you very much for the fast answer, I supposed it was a similar problem and I found some '*' previuosly configured and now removed, but it seems that I'm still not able to run having still the same error. Do you think that I have to reboot (caching or similar problem) ?
Try restarting apache -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

Really strange... apache restarted, cleandup cache, emptyed postmaster_filter but still getting error ...

* Marco Vannini
Really strange... apache restarted, cleandup cache, emptyed postmaster_filter but still getting error ...
More filters in other places maybe? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

uh :D where ?! but don't worry... I'll find this f'ing '*' ;) Thank you again On Fri, Jan 21, 2011 at 4:17 PM, Ralf Hildebrandt < Ralf.Hildebrandt@charite.de> wrote:
* Marco Vannini
: Really strange... apache restarted, cleandup cache, emptyed postmaster_filter but still getting error ...
More filters in other places maybe?
-- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

* Marco Vannini
Hi all,
I don't know what could have been happened but I'm experiencing a
Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE Delivery Status Notification*/ at /home/otrs//Kernel/System/PostMaster/Filter/Match.pm
You have a wrong regexp. You're using "*" instead of e.g. ".*" -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de
participants (3)
-
Gerald Young
-
Marco Vannini
-
Ralf Hildebrandt