echo 'allowedauthenticated.info The remote client successfully authenticated using SMTP AUTH with spamdyke. If qmail is patched to provide SMTP AUTH, this code will never be used '
echo 'allowedauthenticated.min 1'
echo 'allowedtls.label ALLOWED_TLS'
echo 'allowedtls.info The remote client successfully started a TLS session with spamdyke '
echo 'allowedtls.min 1'
echo 'timeout.label TIMEOUT'
echo 'timeout.info The connection timed out, either in total time ("connection-timeout-secs") or idle time ("idle-timeout-secs"). If the connection was already being blocked for another reason, the code for that error is given as REALCODE '
echo 'deniedtoomanyrecipients.info The recipient was blocked because the limit ("max-recipients") was reached for this connection. The SMTP connection continues after this error occurs'
echo 'deniedunqualifiedrecipient.info The recipient was blocked because the address had no domain name. The SMTP connection continues after this error occurs'
echo 'deniedunqualifiedrecipient.min 1'
echo 'deniedgraylisted.label DENIED_GRAYLISTED'
echo 'deniedgraylisted.info recipient was blocked because the sender/recipient combination was graylisted '
echo 'deniedipinccrdns.info The connection was blocked because the remote servers IP address was found in the remote servers rDNS name _and_ the remote servers rDNS name ends in a country code ("reject-ip-in-cc-rdns"). '
echo 'deniedipinccrdns.min 1'
echo 'deniedipinrdns.label DENIED_IP_IN_RDNS'
echo 'deniedipinrdns.info The connection was blocked because the remote servers IP address was found in the remote servers rDNS name _and_ a prohibited keyword was found in the remote servers rDNS name ("ip-in-rdns-keyword-file"). '
echo 'deniedipinrdns.min 1'
echo 'deniedearlytalker.label DENIED_EARLYTALKER'
echo 'deniedearlytalker.info The connection was blocked because the remote server began sending data before the SMTP greeting was issued ("greeting-delay-secs"). '
echo 'deniedblacklistname.info The connection was blocked because the base domain of the remote servers rDNS name is blacklisted ("rdns-blacklist-file" or "rdns-blacklist-dir"). '
echo 'deniedrecipientblacklisted.info The recipient was blocked because the recipient email address is blacklisted ("recipient-blacklist-file"). '
echo 'deniedrecipientblacklisted.min 1'
echo 'deniedrblmatch.label DENIED_RBL_MATCH'
echo 'deniedrblmatch.info The connection was blocked because the remote servers IP address was found on a DNS RBL ("check-dnsrbl"). '
echo 'deniedrblmatch.min 1'
echo 'deniedrhsblmatch.label DENIED_RHSBL_MATCH'
echo 'deniedrhsblmatch.info The connection was blocked because the remote servers reverse DNS name was found on a righthand-side DNS blacklist (RHSBL) OR the connection was blocked because the senders domain name was found on a righthand-side DNS blacklist (RHSBL). '
echo 'deniedrhsblmatch.min 1'
echo 'deniedsendernomx.label DENIED_SENDER_NO_MX'
echo 'deniedsendernomx.info The connection was blocked because the senders domain has no mail exchanger, making the sender address invalid'
echo 'deniedaccessdenied.info The connection was blocked because the remote servers IP address or rDNS name was found in the access file with a "deny" command ("access-file"). '
echo 'deniedccessdenied.min 1'
echo 'deniedrelaying.label DENIED_RELAYING'
echo 'deniedrelaying.info The recipient was blocked because the recipients domain is not locally hosted ("local-domains-file") and the remote server is not allowed to relay ("access-file"). '
echo 'deniedrelaying.min 1'
echo 'deniedother.label DENIED_OTHER'
echo 'deniedother.info The connection was rejected by qmail (or another downstream filter), not spamdyke. '
echo 'deniedother.min 1'
echo 'failedauth.label FAILED_AUTH'
echo 'failedauth.info The remote server attempted to authenticate but the given username and/or password were incorrect ("smtp-auth-command" or "smtp-auth-command-encryption"). '