opnsense-ports/mail/courier/files/patch-courier__submit2.C
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
415 B
C

--- courier/submit2.C.orig 2008-01-29 13:06:47.000000000 +0100
+++ courier/submit2.C 2009-10-03 22:34:47.000000000 +0200
@@ -860,7 +860,7 @@
if (sizelimit && bytecount > sizelimit)
{
std::cout << "523 Message length (" <<
- sizelimit << " bytes) exceeds administrative limit."
+ bytecount << " bytes) exceeds administrative limit(" << sizelimit << ")."
<< std::endl << std::flush;
return (1);
}