Hello...
I'm running vb3.0.8 on two sites and having the same problem with both licensed copies. In setting up our 45 community events calendars, I defined no moderators for any of those calendars. But I did specify two email addresses that should be notified when a new event is posted.
The Calendar Manager setup screen specifically states that when entering multiple recipients to be notified:
But when I do that, and post a new event afterwards, I immediately get a bounced email that strongly suggests the two email addresses are getting run together when the Calendar update program tries to send to them. Here's a live example of the error message I receive (with domain names masked out):
Notice particularly the part highlighted in red. It certainly looks to me like the Calendar Manager in passing these two email addys to sendmail, is running them together and as a result, sendmail is treating them as one address.
I also tried putting a semi-colon (";") between the names and essentially the same thing happened.
Is this a known bug? Or am I just doing something wrong here?
If it IS a bug, is there a patch somewhere to correct this problem?
Thanks!
I'm running vb3.0.8 on two sites and having the same problem with both licensed copies. In setting up our 45 community events calendars, I defined no moderators for any of those calendars. But I did specify two email addresses that should be notified when a new event is posted.
The Calendar Manager setup screen specifically states that when entering multiple recipients to be notified:
(Separate each address with a SPACE)
But when I do that, and post a new event afterwards, I immediately get a bounced email that strongly suggests the two email addresses are getting run together when the Calendar update program tries to send to them. Here's a live example of the error message I receive (with domain names masked out):
Code:
The original message was received at Tue, 14 Feb 2006 15:11:09 -0600 from nobody@localhost ----- The following addresses had permanent fatal errors ----- [email protected] [email protected] (reason: 550 Host unknown) ----- Transcript of session follows ----- 550 5.1.2 [email protected] [email protected]... Host unknown (Name server: [COLOR="Red"]domain1.com.harry[/COLOR]: host not found)
I also tried putting a semi-colon (";") between the names and essentially the same thing happened.
Is this a known bug? Or am I just doing something wrong here?
If it IS a bug, is there a patch somewhere to correct this problem?
Thanks!
Comment