[solved]Problem in X-Fields in incoming emails

Moderator: crythias

Locked
naimson
Znuny newbie
Posts: 28
Joined: 18 Apr 2014, 09:33
Znuny Version: 4.0.6
Real Name: Naim
Company: Azedunet/Enginet

[solved]Problem in X-Fields in incoming emails

Post by naimson »

Hello, we have a problem in auto building a ticket from incoming email with special mail x-headers like this X-OTRS-Owner . But it doesn't work (

OTRS 4.0.12 with Oracle 11
Last edited by naimson on 19 Apr 2016, 07:18, edited 1 time in total.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Problem in X-Fields in incoming emails

Post by reneeb »

Do you "trust" emails from that email account?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Problem in X-Fields in incoming emails

Post by root »

If you receive e-mails via MTA and procmail check your .procmailrc
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
naimson
Znuny newbie
Posts: 28
Joined: 18 Apr 2014, 09:33
Znuny Version: 4.0.6
Real Name: Naim
Company: Azedunet/Enginet

Re: Problem in X-Fields in incoming emails

Post by naimson »

I have disabled it

Code: Select all

:0 fhw :
* !^From.*@azedunet.com
#| grep -vi '^X-OTRS-'

but no effect (
In debug log

Code: Select all

[Wed Apr 13 12:17:02 2016][Notice][Kernel::System::PostMaster::Filter::MatchDBSource::Run] Filter: 'SERVICE DESK:CREDIT' Set param 'X-OTRS-Lock' to 'lock' (Message-ID: 
<20160413_061610_000954.ironleg@azedunet.com>) 
[Wed Apr 13 12:17:02 2016][Notice][Kernel::System::PostMaster::Filter::MatchDBSource::Run] Filter: 'SERVICE DESK:CREDIT' Set param 'X-OTRS-Queue' to 'Service Desk' (Mes
sage-ID: <20160413_061610_000954.ironleg@azedunet.com>) 
[Wed Apr 13 12:17:02 2016][Notice][Kernel::System::PostMaster::Filter::MatchDBSource::Run] Filter: 'SERVICE DESK:CREDIT' Set param 'X-OTRS-Responsible' to 'EAfandiyeva'
 (Message-ID: <20160413_061610_000954.ironleg@azedunet.com>) 
[Wed Apr 13 12:17:02 2016][Notice][Kernel::System::PostMaster::Filter::MatchDBSource::Run] Filter: 'SERVICE DESK:CREDIT' Set param 'X-OTRS-Type' to 'ServiceRequest' (Me
ssage-ID: <20160413_061610_000954.ironleg@azedunet.com>) 
[Wed Apr 13 12:17:02 2016][Info][Kernel::System::Ticket::TicketCreate] New Ticket [2016041300000457/SERVICE DESK:CR] created (TicketID=70575,Queue=Service Desk,Priority
=1. Контроль выполнения согласно плана,State=new)
naimson
Znuny newbie
Posts: 28
Joined: 18 Apr 2014, 09:33
Znuny Version: 4.0.6
Real Name: Naim
Company: Azedunet/Enginet

Re: Problem in X-Fields in incoming emails

Post by naimson »

Finally it is work
Locked