depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

Rhost @mail limitation #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RhostMUSH has a hard limit of 2000 sent @mails.  On some games, this could 
present a problem for the Jobs system if the Job Tracker is the originator of 
all job @mails (consider 50 players with 40 undeleted mails each).

README.RHOST should be updated to note this limitation and offer suggested 
workarounds, such as @forcing a player to send mail to themselves and/or using 
another notification system rather than mail.

Original issue reported on code.google.com by widdis@gmail.com on 7 Jan 2011 at 6:42

GoogleCodeExporter commented 9 years ago
The following works great for vb/trig_mail on Rhost:

@dolist [remove( %0, - )]={ @force ##={ mail/send ##=[lit(%1)]/[ifelse( 
hastoggle( ##, PENN_MAIL ), , / )][lit(%2)] } }

Original comment by kkragenb...@gmail.com on 7 Jan 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Done in r390.

Original comment by widdis@gmail.com on 12 Jan 2011 at 9:49