On Fri, 14 Sep 2007 15:43:24 +0200
Ernesto <[EMAIL PROTECTED]> wrote:

> *check_basicheaders_rfc*
"check_basicheaders_rfc - checks headers From and Date, assures
non-empty body"

Check your logs for lines like
  "WARNING: body_size() is depreceated, use data_size() instead"

Currently body_size() does not give the size of the body, but the size
of what was sent after the DATA command. The body size is
  $transaction->body_length() 
(including the empty line between header and body).

        Hanno

Reply via email to