PostMaster filter "authenticated customer"
Moderator: crythias
PostMaster filter "authenticated customer"
Is it possible using a filter or other means to determine the a request from user registered in the database?
I want to make a filter for known users to move their new tikets to a special queure.
Thanks.
I want to make a filter for known users to move their new tikets to a special queure.
Thanks.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: PostMaster filter "authenticated customer"
Don't use Customer based queues.
Or if you must, check if CustomerID contains @
Or if you must, check if CustomerID contains @
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: PostMaster filter "authenticated customer"
CustomerID = SenderEmailAddress for unauthenticated customer.
How to make this test?
How to make this test?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: PostMaster filter "authenticated customer"
You don't. Just check for @
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: PostMaster filter "authenticated customer"
I've tried various options, but does not work.
Sach as
X-OTRS-CustomerNo-> not ^\S+@\S+$
X-OTRS-Queue -> sameQueue
Sach as
X-OTRS-CustomerNo-> not ^\S+@\S+$
X-OTRS-Queue -> sameQueue
Re: PostMaster filter "authenticated customer"
X-OTRS-CustomerID not available in filter list
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: PostMaster filter "authenticated customer"
negate (not one or more nonwhitespace @ not one or more nonwhitespace) ...ssv wrote:X-OTRS-CustomerNo-> not ^\S+@\S+$
Seems legit, but did you simply look for @?
Even still, what do you *really* want to happen? It seems simpler to assume that all mail tickets are valid (and goes to the proper default queue) except when it isn't valid ... which means it has @ in X-OTRS-CustomerNo.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: PostMaster filter "authenticated customer"
whether is it possible to filter by the field X-OTRS-CustomerID?
By default, this field is not available in my otrs5.
By default, this field is not available in my otrs5.
Re: PostMaster filter "authenticated customer"
Thanks for answers.
Solve the problem by mail filter failed.
I solved the problem through GenericAgent.
Solve the problem by mail filter failed.
I solved the problem through GenericAgent.