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?
BCC in postmaster filters.
Moderator: crythias
BCC in postmaster filters.
OTRS 4.0 running on Centos 7
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: BCC in postmaster filters.
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
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
-
- Znuny wizard
- Posts: 477
- Joined: 20 Nov 2011, 16:08
- Znuny Version: 6.5.11
- Real Name: Schulmann
Re: BCC in postmaster filters.
Some mail servers insert an smtp header line like "X-ENVELOPE-TO: ..."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?
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