BCC in postmaster filters.

Moderator: crythias

Locked
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

BCC in postmaster filters.

Post by spiderpig »

Hi, I'm trying to add a BCC postmaster filter when I send issue out from my mailclient, so there will not be multiple tickets if i get a reply(to all)
I dont see the BCC on the list, is there anywway around this?
OTRS 4.0 running on Centos 7
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: BCC in postmaster filters.

Post by crythias »

By default, the headers won't include BCC because it's Blind ... if it works properly, nobody would have any clue of the additional recipients in BCC. That means the filter also would be invalid, as well as reply-all would (or should) then by default not include any BCC recipients because the user agent (mail client) that hits Reply-all would not be able to include recipients (BCC) that he doesn't, also, see.
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
schulmann
Znuny wizard
Posts: 477
Joined: 20 Nov 2011, 16:08
Znuny Version: 6.5.11
Real Name: Schulmann

Re: BCC in postmaster filters.

Post by schulmann »

spiderpig wrote:Hi, I'm trying to add a BCC postmaster filter when I send issue out from my mailclient, so there will not be multiple tickets if i get a reply(to all)
I dont see the BCC on the list, is there anywway around this?
Some mail servers insert an smtp header line like "X-ENVELOPE-TO: ..."
Then you should be able to use this for a postmaster filter.
Maybe you have extend to the Sysconfig Variable "PostmasterX-Header".
Znuny6/Debian/ESXi
Locked