public synchronized IncludeMechanism setHost(String host) {
this.host = host;
return this;
}
}.setHost(TRUSTED_FORWARDER_HOST);
spfRecord.getDirectives().add(spfRecord.getDirectives().size()-1, new Directive(null, trusted, log.getChildLogger("trustedforwarder")));
} catch (PermErrorException e) {
// will never happen
}
}
return spfRecord;