Author Topic: Max number of items per filter?  (Read 16876 times)

Offline nicopa

  • Newbie
  • *
  • Posts: 1
Max number of items per filter?
« on: January 13, 2017, 05:38:42 AM »
Hi, I'm using Roundcube Webmail 1.0.5. I am trying to set up a filter that forwards all messages to a list of addresses, so using "Redirect to...".
It worked for 5 addresses in the list, but for larger numbers the filter doesn't work and emails are not redirected. However, I received no error messages.

Can you tell me what is the maximum number of addresses for a filter? I don't have the possibility to do tests to find it out.

Thanks.

Offline rm13

  • Full Member
  • ***
  • Posts: 129
Re: Max number of items per filter?
« Reply #1 on: January 23, 2017, 12:13:25 AM »
Not sure what you mean by a filter. Sieve filter?

Within Roundcube check these in the config files. config.inc.php or defaults.inc.php

$config['max_recipients'] =
$config['max_group_members'] =

But if you created a sieve filter then these settings don't affect that. Sieve would be dealing directly with the IMAP and SMTP server, there could be something in them limiting it.