[ 
https://issues.apache.org/jira/browse/JAMES-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Günter Paul updated JAMES-3920:
-------------------------------
    Description: 
I tested "apache-jspf-resolver-1.0.3.jar" with newest source code.

Here an output:

{{Received-SPF: none (spfCheck: 209.85.217.49 is neither permitted nor denied 
by domain of googlemail.com) client-ip=209.85.217.49; 
envelope-from=xx.yyyy...@googlemail.com; helo=googlemail.com;}}

I tested it with other mailserver to, the same problem.

After I changed the class "org.apache.james.jspf.impl.SPF".  In the constructor 
I changed the "executor" form "AsynchronousSPFExecutor" to 
"SynchronousSPFExecutor" and the problem was solved.

{{this.executor = new SynchronousSPFExecutor(dnsProbe); }}

{{{}It'a a workaround, not a solution.{}}}{{{}{}}}

  was:
I tedted "apache-jspf-resolver-1.0.3.jar" with newest source code.

Here an output:

{{Received-SPF: none (spfCheck: 209.85.217.49 is neither permitted nor denied 
by domain of googlemail.com) client-ip=209.85.217.49; 
envelope-from=gu.paul...@googlemail.com; helo=googlemail.com;}}

 


> SPF record: not found for host
> ------------------------------
>
>                 Key: JAMES-3920
>                 URL: https://issues.apache.org/jira/browse/JAMES-3920
>             Project: James Server
>          Issue Type: Bug
>            Reporter: Günter Paul
>            Priority: Major
>
> I tested "apache-jspf-resolver-1.0.3.jar" with newest source code.
> Here an output:
> {{Received-SPF: none (spfCheck: 209.85.217.49 is neither permitted nor denied 
> by domain of googlemail.com) client-ip=209.85.217.49; 
> envelope-from=xx.yyyy...@googlemail.com; helo=googlemail.com;}}
> I tested it with other mailserver to, the same problem.
> After I changed the class "org.apache.james.jspf.impl.SPF".  In the 
> constructor I changed the "executor" form "AsynchronousSPFExecutor" to 
> "SynchronousSPFExecutor" and the problem was solved.
> {{this.executor = new SynchronousSPFExecutor(dnsProbe); }}
> {{{}It'a a workaround, not a solution.{}}}{{{}{}}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to