[ https://issues.apache.org/jira/browse/JAMES-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775777#comment-17775777 ]
Nicolas GERARD commented on JAMES-3920: --------------------------------------- Just to add that it does not work either with the command line tool >From the Jspf Assembly, version >[1.03|https://mvnrepository.com/artifact/org.apache.james.jspf/apache-jspf/1.0.3] > : {code:bash} java -cp ".\*;.\lib\*" org.apache.james.jspf.impl.SPFQuery --ip 192.99.55.226 --sender n...@bytle.net --helo beau.bytle.net {code} Result: {code:bash} none Received-SPF: none (spfCheck: 192.99.55.226 is neither permitted nor denied by domain of bytle.net) client-ip=192.99.55.226; envelope-from=n...@bytle.net; helo=beau.bytle.net; {code} From the SpfQuery command line (libspf) {code:bash} spfquery -ip=192.99.55.226 -sender=n...@eraldy.com -helo=beau.bytle.net {code} {code:bash} Received-SPF: pass (spfquery: domain of eraldy.com designates 192.99.55.226 as permitted sender) client-ip=192.99.55.226; envelope-from=n...@eraldy.com; helo=beau.bytle.net; {code} > 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 > Time Spent: 2h > Remaining Estimate: 0h > > 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