I can't get email from a ppl

Hi,

a guy is sending me a email but i cn't receive it and he get back a msg that say:


"...this message has been rejected because it has an overlenght date field wich can be used to subvert Microsft mail programs..."


what's mean?


With google i found:

## -----------------------------------------------------------------------
# Check for MS buffer overruns as per BUGTRAQ.
# http://www.securityfocus.com/frames....html%3Fid%3D61
# This could happen in error messages, hence its placing
# here...
# We substract the first n characters of the date header
# and test if its the same as the date header... which
# is a lousy way of checking if the date is longer than
# n chars long
if ${length_80:$header_date:} is not $header_date:
then
fail text "This message has been rejected because it has\n\
an overlength date field which can be used\n\
to subvert Microsoft mail programs\n\
The following URL has further information\n\
http://www.securityfocus.com/frames....html%3Fid%3D61"
seen finish
endif


but securityfocus link dont work and i dont have undestand the problem

 

 

 

 

Top