Author Topic: BCC - too many recipients error  (Read 8694 times)

Offline actuel

  • Newbie
  • *
  • Posts: 7
BCC - too many recipients error
« 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

Offline Lukes

  • Newbie
  • *
  • Posts: 6
BCC - too many recipients error
« Reply #1 on: November 01, 2009, 06:05:12 PM »
did you get an answer

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
BCC - too many recipients error
« Reply #2 on: November 01, 2009, 07:43:38 PM »
It would be set by the mail server.

Offline Lukes

  • Newbie
  • *
  • Posts: 6
BCC - too many recipients error
« Reply #3 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
BCC - too many recipients error
« Reply #4 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lukes

  • Newbie
  • *
  • Posts: 6
BCC - too many recipients error
« Reply #5 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?
« Last Edit: November 03, 2009, 06:22:00 AM by Lukes »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
BCC - too many recipients error
« Reply #6 on: November 04, 2009, 09:07:35 AM »
webcalendar is started ... welcome comes later ... as soon as all hmail plugins are ported and approved.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)