Postmaster filer on bcc

Moderator: crythias

Locked
kannansoundararajan
Znuny newbie
Posts: 11
Joined: 28 Sep 2012, 07:12
Znuny Version: 3.0.11
Real Name: Kannan S
Company: Zyme Solutions

Postmaster filer on bcc

Post by kannansoundararajan »

On some of the emails, the email id configured in OTRS for a particular queue is marked as bcc. Since post master filter does not provide the bcc filter option aka To and Cc, we are not able to route these emails to appropriate queue. Though i think should we be really acting on bcc-ed tickets, i wanted to understand if there is a way to enable bcc filtering as well using postmaster filters. Please let me know if this is feasible.

Thanks,
Kannan
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: Postmaster filer on bcc

Post by reneeb »

You won't get a field called "BCC" because that wouldn't be "blind" anymore (see https://en.wikipedia.org/wiki/E-mail). You have to take a look at the mail source code (*not* the ticket sourcecode -> search for "PlainView" in SysConfig) to see what X-...-Field is set, some servers set the X-Envelope-To field. When you have identified the header field (e.g. X-Envelope-To), you have to add it in the SysConfig in Postmaster-Header list.
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
kannansoundararajan
Znuny newbie
Posts: 11
Joined: 28 Sep 2012, 07:12
Znuny Version: 3.0.11
Real Name: Kannan S
Company: Zyme Solutions

Re: Postmaster filer on bcc

Post by kannansoundararajan »

Thanks a lot for your help. That worked.
Locked