TempErrorException, NeutralException {
finallyChecker.checkSPF(session);
// remove every checker until the initialized one
SPFChecker checker;
while ((checker = session.popChecker())!=spfChecker) {
log.debug("Redirect resulted in exception. Removing checker: "+checker);
}
if (exception instanceof NeutralException) {