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 "Mark (JIRA)" <se...@james.apache.org> on 2014/05/02 01:10:15 UTC

[jira] [Comment Edited] (JAMES-1547) empty mails do not get a received header attached when using smtpserver

    [ https://issues.apache.org/jira/browse/JAMES-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987083#comment-13987083 ] 

Mark edited comment on JAMES-1547 at 5/1/14 11:09 PM:
------------------------------------------------------

Patch against james-protocols svn rev 1509305.

The patches have been created using "svn diff" against my own repository, so you may need to use "patch -E".

Contains:

Parent version upgrade to 1.8.2.
Netty version upgrade to 3.9.1.
Mailbox version upgrade to 0.6-SNAPSHOT in order to make it consistent with  the james-server trunk
Fix dependency divergences: junit 4.10->4.11, slf4j 1.6.3->1.7.2, hamcrest-core->1.3
Enable maven-enforcer-plugin by default.
Avoid maven-bundle-plugin<->maven-jar-plugin MANIFEST.MF inclusion race (known plugin bug/problem).
Define a few plugin versions in pluginManagement pom section to avoid problems with recent maven versions.
Adjust AbstractPOP3ServerTest.java to allow for negative (session) numbers in APOP signatures (introduced through netty upgrade).
Add Received header tests to AbstractSMTPServerTest.java, one for regular mails, one for empty mails (JAMES-1547).
Update AbstractAddHeadersFilter::onSeparatorLine method to add Received header in empty mails (JAMES-1547).




was (Author: gwdfl59u):
Patch against james-protocols svn rev 1509305.

Contains:

Parent version upgrade to 1.8.2.
Netty version upgrade to 3.9.1.
Mailbox version upgrade to 0.6-SNAPSHOT in order to make it consistent with  the james-server trunk
Fix dependency divergences: junit 4.10->4.11, slf4j 1.6.3->1.7.2, hamcrest-core->1.3
Enable maven-enforcer-plugin by default.
Avoid maven-bundle-plugin<->maven-jar-plugin MANIFEST.MF inclusion race (known plugin bug/problem).
Define a few plugin versions in pluginManagement pom section to avoid problems with recent maven versions.
Adjust AbstractPOP3ServerTest.java to allow for negative (session) numbers in APOP signatures (introduced through netty upgrade).
Add Received header tests to AbstractSMTPServerTest.java, one for regular mails, one for empty mails (JAMES-1547).
Update AbstractAddHeadersFilter::onSeparatorLine method to add Received header in empty mails (JAMES-1547).



> empty mails do not get a received header attached when using smtpserver
> -----------------------------------------------------------------------
>
>                 Key: JAMES-1547
>                 URL: https://issues.apache.org/jira/browse/JAMES-1547
>             Project: James Server
>          Issue Type: Bug
>          Components: SpoolManager & Processors
>    Affects Versions: Trunk
>            Reporter: Mark
>            Assignee: Eric Charles
>            Priority: Minor
>             Fix For: 3.0.0-beta5
>
>         Attachments: protocols.svnrev1509305.patch
>
>
> Not sure about the component.
> I'm attaching a james server trunk patch that contains the test unit (remove the @Ignore annotation from it).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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