Not only has the name changed (for legal reasons and previously stated by the author of the script), but so has all of the following since the last release 2.8.9:
2.8.10
Bug Fixes
[ 832466 ] 2.8.9 - Parentheses in list name not working correctly
http://sourceforge.net/tracker/index...02&atid=113002
[ 830641 ] 2.8.9 - Batch Notifications Getting Sent, but box unchecked
http://sourceforge.net/tracker/index...02&atid=113002
[ 830160 ] 2.8.9 - Mystery Girl fails in multipart/alternative messages
http://sourceforge.net/tracker/index...02&atid=113002
[ 820557 ] 2.8.9 - Mystery Girl can't handle Postfix returns
http://sourceforge.net/tracker/index...02&atid=113002
[ 818374 ] 2.8.9 - $DEFAULT_SCREEN - first install
http://sourceforge.net/tracker/index...02&atid=113002
[ 818353 ] Config.pm $HTML_UNSUB_CONFIRMATION_MESSAGE
http://sourceforge.net/tracker/index...02&atid=113002
[ 812866 ] 2.8.9 - List names with ``.'' cannot send emails
http://sourceforge.net/tracker/index...02&atid=113002
[ 812865 ] 2.8.9 - Mailing List Message sent w/ no SMTP server set
http://sourceforge.net/tracker/index...02&atid=113002
2.8.10 beta3
Name Changes
The Program has been renamed, ``Dada Mail''. The following test has also been changed in the program:
$DADA_URL - $PROGRAM_URL
$S_DADA_URL - $S_PROGRAM_URL
mojo_email - list_owner_email
mojo_url - program_url
[mojo] - [dada]
\[mojo\] - \[dada\]
Mojo Mail - Dada Mail
mojo_send - dada_send
mojo/mojo.cgi dada/mail.cgi
.mojo_config - .dada_config
$MOJO_CONFIG_FILE_DIR - $PROGRAM_CONFIG_FILE_DIR
$MOJO_LOG - $PROGRAM_USAGE_LOG
$MOJO_ERROR_LOG $PROGRAM_ERROR_LOG
For More Information, please see Upgrading Dada Mail from Mojo Mail 2.8.9 and below
2.8.10 beta 2
New Features
Subscription Quota
You can set the maximum number of allowed subscribers of a list, using the new Subscription Options admin screen. This screen by default is only available when someone log onto a list using the Mojo Root Password. It can also be set in LIST_SETUP_DEFAULTS as use_subscription_quota (use it at all) and subscription_quota (the actual quota)
List Quota
You can set the maximum number of lists allowed to be created by tweaking the $LIST_QUOTA Config.pm variable.
Updated CPAN Perl Modules
Mail::Address
1.56 -> 1.60
2.8.10 beta 1
New Features
IP Address Logging
IP Addresses are logged in the usage logs, as well as in subscription/unsubscription notices. This is helpful, for instance, if you are dealing with a subscription dispute and need some information on what computer the subscription took place.
URL Redirects
Most of the common functions dealing with subscription/unsubscription handling can have an URL redirect to any other page you'd like, Making Mojo Mail able to be semi transparent to a tightly designed website.
RSS Capabilites
The first index of archived messages can now be had as an RSS feed. The address would be:
http://yourmojosite.com/cgi-bin/mojo...&list=yourlist
This is sort of experimental. If it proves popular, I'll build up this feature.