Re: warning: rcpt count mismatch with Milter

2016-03-09 Thread Wietse Venema
J?rg Backschues: > Am 09.03.2016 um 01:20 schrieb Wietse Venema: > > > How many recipients are there before the bcc action? > > I've verified the issue with one recipient only and multiple recipients. > > > That would be a bug. I'd appreciate it if you could run the cleanup > > server with the -

Re: warning: rcpt count mismatch with Milter

2016-03-09 Thread Jörg Backschues
Am 09.03.2016 um 01:20 schrieb Wietse Venema: How many recipients are there before the bcc action? I've verified the issue with one recipient only and multiple recipients. That would be a bug. I'd appreciate it if you could run the cleanup server with the -v action and log what Postfix and b

Re: warning: rcpt count mismatch with Milter

2016-03-08 Thread Wietse Venema
J?rg Backschues: > Hello, > > I've set up a BCC map for archiving e-mails: > > # Archiving > sender_bcc_maps = pcre:${config_directory}/bcc_sender.pcre > > bcc_sender.pcre: > /(.*)@(.*)local\.domain/archive_local.domain > > And I'm also using batv-tools/milter > (

warning: rcpt count mismatch with Milter

2016-03-08 Thread Jörg Backschues
Hello, I've set up a BCC map for archiving e-mails: # Archiving sender_bcc_maps = pcre:${config_directory}/bcc_sender.pcre bcc_sender.pcre: /(.*)@(.*)local\.domain/archive_local.domain And I'm also using batv-tools/milter () as Milter: # milte