Please check MarilControl search, thanks.

Discuss the ConfigServer MailScanner Front-End script
Post Reply
Sergio
Junior Member
Posts: 1685
Joined: 12 Dec 2006, 14:56

Please check MarilControl search, thanks.

Post by Sergio »

Hi.
I am trying to do a search in MailControl for the following:
Search: SUBJECT
REGEX: ^\(.*\)
and search shows "No results".

I know that a lot of subjects met that expression but MailControl doesn't show them.

Thanks in advance.

Sergio
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Please check MarilControl search, thanks.

Post by ForumAdmin »

Try it with a preceding space. There appears to be a bug in MailScanner that inserts a space before the subject, so:

Code: Select all

REGEX: ^\s?\(.*\)
might work.
Sergio
Junior Member
Posts: 1685
Joined: 12 Dec 2006, 14:56

Re: Please check MarilControl search, thanks.

Post by Sergio »

It didn't work, it still shows "No results"
here are some subjects that it should catch:
(xxxxxxxx) Business Award
(yyyyyyy) Extended for a day
(zzzzzzzz) Walgreens gift

Regards,
Sergio

EDIT:
It worked but instead of using \s, I inserted the space and worked:
^ \(.*\)

Thank you!!
Post Reply