You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Karsten Otto (Jira)" <se...@james.apache.org> on 2021/04/26 17:15:00 UTC

[jira] [Created] (JAMES-3571) S3 PUT fails for SMTP mail without body

Karsten Otto created JAMES-3571:
-----------------------------------

             Summary: S3 PUT fails for SMTP mail without body
                 Key: JAMES-3571
                 URL: https://issues.apache.org/jira/browse/JAMES-3571
             Project: James Server
          Issue Type: Bug
          Components: Blob
    Affects Versions: 3.6.0
         Environment: James: built from james-project-3.6.0 tag
Blobstore: MinIO latest
OS: Linux
            Reporter: Karsten Otto


When I send a mail via SMTP and provide only headers (no separator nor body, i.e. ending DATA with a . immediately after the headers), then the S3 PUT operation for the body fails with "400 Bad Request: null". Debug output shows that James provides a "Content-Length: -2", likely the cause of this error.

This only happens since I upgraded to James built from the james-project-3.6.0 tag. A version built from master a month before accepted the mail and stored an empty blob (size 0) in S3.

Admittedly this is an edge case, but easily happens on copy+paste to an open SMTP connection.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org