Hi all 

i have one problem when i try to send one mail with one line with more
than 5000 characters.

for example ..

ruby -e "5000.times {print 'a'}" | sendmail [EMAIL PROTECTED]

it is fine.. but

ruby -e "5001.times {print 'a'}" | sendmail [EMAIL PROTECTED]

return :

534 Message header size, or recipient list, exceeds policy limit.
sendmail: Unable to submit message.

this is a bug?

im runing courier-mta 0.42.2-10

any idea?

PS: ruby -e "5001.times {print 'a'}" just make one line with 5001
characters.

tks 

-- 
Martin Arrieta <[EMAIL PROTECTED]>
Intersys



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to