yes.. its just a config edit.
1. Backup your existing sendmail.cf file
cp /etc/sendmail.cf /etc/sendmail.cf.old
2. Go to your Ensim mail configuration directory
cd /usr/lib/opcenter/sendmail/install/
3. Backup your existing sendmail.mc file
cp sendmail.mc sendmail.mc.working
4. Edit the sendmail.mc file with Pico.
pico sendmail.mc
5. Add the following lines at the end of the features section. Make sure none of the files wrap to the next line.
FEATURE(`dnsbl', `relays.ordb.org', `Rejected - see
http://ordb.org/')dnl
FEATURE(dnsbl, `bl.spamcop.net', `"Spam blocked see:
http://spamcop.net/bl.shtml?" $&{client_addr}')dnl
6. Rebuild the sendmail.cf file
m4 sendmail.mc > /etc/sendmail.cf
7. Restart sendmail
/etc/init.d/sendmail restart
that should help