Roundcube Community Forum

Release Support => Pending Issues => Topic started by: actuel on October 11, 2006, 04:27:33 PM

Title: BCC - too many recipients error
Post by: actuel on October 11, 2006, 04:27:33 PM
Hello all. I've recently added more folks to our email list that goes out monthly and got this return message:

Mail failure - too many recipients

"A message that you sent contained more recipients than allowed on this
system. It was not delivered to any recipients."

Is there a place in the code were the amount of BCC addresses can be adjusted? Or is there another way to handle this that will continue to maintain the anonymity of our user base?

I know i can split the list and send it to two different groups to avoid this but isn't ideal imo.

Thanks
a
Title: BCC - too many recipients error
Post by: Lukes on November 01, 2009, 06:05:12 PM
did you get an answer
Title: BCC - too many recipients error
Post by: SKaero on November 01, 2009, 07:43:38 PM
It would be set by the mail server.
Title: BCC - too many recipients error
Post by: Lukes on November 02, 2009, 07:29:17 AM
it was the limit_recipients plugin

plugins\limit_recipients\config\config.inc.php changed

$rcmail_config['limit_recipients'] = 3;

to

$rcmail_config['limit_recipients'] = 20;

or just disable the plugin
Title: BCC - too many recipients error
Post by: rosali on November 02, 2009, 02:27:46 PM
My limit_recipients plugin will display the following message by default:

$messages['limit_recipients_msg'] = 'Too much recipients (%s allowed).';

Either the localization was customized or it is a server side issue.
Title: BCC - too many recipients error
Post by: Lukes on November 03, 2009, 06:19:19 AM
rosali,

the error was 'Too much recipients (3 allowed)'

When searching for the error this was the closes post I could find.

Hope I haven't confused too many people.

On another note, I love your plugins - have you manage to add webcalendar and welcome screen to the plugin set?
Title: BCC - too many recipients error
Post by: rosali on November 04, 2009, 09:07:35 AM
webcalendar is started ... welcome comes later ... as soon as all hmail plugins are ported and approved.