The original author only included the line to change.


# cd /usr/ports/sysutils/ucspi-tcp/work/ucspi-tcp-0.88
# vi rblsmtpd.c

Find the line (should be line 128):


if (text.len > 200) text.len = 200;

and change it to:


if (text.len > 500) text.len = 500;

Special thanks to Nick Holder and Michael Bowe at

http://www.bowe.id.au/michael/isp/webmail-server.htm