Home > Domino Tips > Administrator > E-mail > 64k-limit error when sending mail to a group containing a large number of members
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

E-MAIL

64k-limit error when sending mail to a group containing a large number of members


Declan Moore
08.05.2002
Rating: -3.87- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Are some users experiencing the 64-limit error when sending mail to group(s) containing a large number of members, where as other people don't encounter the same problem mailing the same group (listed in the Domino Directory). Quite possibly these problematic users have a copy of this group locally or may have a local copy of the Domino Directory.

The problem resides in the way that the Notes Client tries to handle groups listed in the SendTo (and similar) field upon the sending of mails. The Notes Client initially tries to locate this group locally, if unsuccessful thereafter in the server's Domino Directory (depending on the user's settings in their current location document). If this group is first encountered locally then the Notes Client tries to expand the group on the mail to list all its associated members in the SendTo field. Thus, resulting in the error above. If the group is not encountered locally (but is listed in the Domino Directory), the Notes Client does not expand the group immediately upon dispatch.

It may be de


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
E-mail
Secure Lotus Notes/Domino 8.x from mail to unknown recipients
Domino server setting and email policy tricks admins must know
Top 10 Lotus Notes/Domino administration tips of 2008
Can Lotus Notes/Domino and Microsoft SharePoint play nice together?
Using Formula language code to sort Lotus Notes messages by subject
LotusScript action button manages Lotus Notes mail files
Exploring Lotus Notes Domino 8.0.1 and beyond
LotusScript agent moves tagged spam email to junk mail folder
Send SMS text messages between Lotus Notes 7 and mobile devices
Update to Exchange Server 2003 Connector for Lotus Notes

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


sireable to continue having this large group type locally but to mimic it non-immediate expansion when using in mails. This is achieved by the below code, which can be applied via a SmartIcon (as opposed to altering the MEMO form on the server's mail template). The code tags the mail not to expand the group until the mail hits the router, where upon it is then safely expanded.



Code

FIELD $ExpandGroups := $ExpandGroups;

@If( @IsDocBeingEdited & ( @Contains( @UpperCase( Form ); "MEMO" ) | @Contains( @UpperCase( Form ); "REPLY" ) ); @Do( @SetField( "$ExpandGroups"; "0" ); @Prompt( [OK]; "Mail to large group(s) notification"; "This mail has been configured to dispatch to extra large group listings." ) ); @True )

NB: The above code ensures that the '$ExpandGroups' field is not set unless the current form is in Edit mode and is of a Memo/Reply variety. If these conditions are met then the code prompts the user of a successful tagging. Please adjust code according to your needs/requirements.


Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts