Skip to content

Instantly share code, notes, and snippets.

@mnbbrown
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnbbrown/79302c70a747eb87dc04 to your computer and use it in GitHub Desktop.
Save mnbbrown/79302c70a747eb87dc04 to your computer and use it in GitHub Desktop.
# Excerpt
service lmtp {
unix_listener /var/spool/dspam/dovecot-lmtp {
user = dspam
mode = 0660
group = dspam
}
}
Home /var/spool/dspam
StorageDriver /usr/local/lib/libpgsql_drv.so
PgSQLServer 127.0.0.1
PgSQLUser dspam
PgSQLPass password
PgSQLDb mail
PgSQLVirtualTable dspam_virtual_uids
PgSQLVirtualUIDField id
PgSQLVirtualUsernameField email
Debug *
DebugOpt process spam fp
# Transfer mail off into dovecot for LD. (dSpam => (lmtp) => dovecot)
DeliveryHost /var/spool/dspam/dovecot-lmtp
DeliveryIdent dspam
DeliveryProto LMTP
Tokenizer osb
ParseToHeaders on
ChangeModeOnParse off
ChangeUserOnParse full
Opt in
MaxMessageSize 1048576
GroupConfig /var/spool/dspam/group
ServerMode standard
ServerPID /var/run/dspam/dspam.pid
ServerDomainSocketPath /var/spool/postfix/dspam/dspam-lmtp
Trust root
Trust mail
Trust dspam
Trust postfix
Trust dovecot
TrainingMode teft
EnablePlusedDetail on
PlusedCharacter +
PlusedUserLowercase on
OnFail unlearn
IgnoreHeader X-Spam-Status
IgnoreHeader X-Spam-Scanned
IgnoreHeader X-Virus-Scanner-Result
IgnoreHeader X-Virus-Scanned
IgnoreHeader X-DKIM
IgnoreHeader DKIM-Signature
IgnoreHeader DomainKey-Signature
IgnoreHeader X-Google-Dkim-Signature
IgnoreHeader Accept-Language
IgnoreHeader Authentication-Results
IgnoreHeader Content-Type
IgnoreHeader DKIM-Signature
IgnoreHeader Date
IgnoreHeader DomainKey-Signature
IgnoreHeader Importance
IgnoreHeader In-Reply-To
IgnoreHeader List-Archive
IgnoreHeader List-Help
IgnoreHeader List-Id
IgnoreHeader List-Post
IgnoreHeader List-Subscribe
IgnoreHeader List-Unsubscribe
IgnoreHeader Message-ID
IgnoreHeader Message-Id
IgnoreHeader Organization
IgnoreHeader Received
IgnoreHeader Received-SPF
IgnoreHeader References
IgnoreHeader Reply-To
IgnoreHeader Resent-Date
IgnoreHeader Resent-From
IgnoreHeader Thread-Index
IgnoreHeader Thread-Topic
IgnoreHeader User-Agent
IgnoreHeader X-policyd-weight
IgnoreHeader thread-index
Preference signatureLocation=headers
Preference trainingMode=TEFT # { TOE | TUM | TEFT | NOTRAIN } -> default:teft
Preference spamAction=deliver # { quarantine | tag | deliver } -> default:quarantine
Preference spamSubject=[SPAM] # { string } -> default:[SPAM]
Preference statisticalSedation=5 # { 0 - 10 } -> default:0
Preference enableBNR=on # { on | off } -> default:off
Preference enableWhitelist=on # { on | off } -> default:on
Preference tagSpam=off # { on | off }
Preference tagNonspam=off # { on | off }
Preference showFactors=off # { on | off } -> default:off
Preference optIn=on # { on | off }
Preference optOut=off # { on | off }
Preference whitelistThreshold=10 # { Integer } -> default:10
Preference makeCorpus=off # { on | off } -> default:off
Preference storeFragments=off # { on | off } -> default:off
Preference localStore= # { on | off } -> default:username
Preference processorBias=on # { on | off } -> default:on
Preference fallbackDomain=off # { on | off } -> default:off
Preference trainPristine=off # { on | off } -> default:off
Preference optOutClamAV=off # { on | off } -> default:off
Preference ignoreRBLLookups=off # { on | off } -> default:off
Preference RBLInoculate=off # { on | off } -> default:off
Preference notifications=off # { on | off } -> default:off
3056: [02/03/2014 02:22:50] match attribute 'DebugOpt' with value 'classify'
3056: [02/03/2014 02:22:50] find attribute 'DebugOpt'
3056: [02/03/2014 02:22:50] -> found attribute 'DebugOpt' with value 'process'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'DebugOpt' with value 'classify'
3056: [02/03/2014 02:22:50] match attribute 'DebugOpt' with value 'spam'
3056: [02/03/2014 02:22:50] find attribute 'DebugOpt'
3056: [02/03/2014 02:22:50] -> found attribute 'DebugOpt' with value 'process'
3056: [02/03/2014 02:22:50] -> matched attribute 'DebugOpt' with value 'spam'
3056: [02/03/2014 02:22:50] match attribute 'DebugOpt' with value 'fp'
3056: [02/03/2014 02:22:50] find attribute 'DebugOpt'
3056: [02/03/2014 02:22:50] -> found attribute 'DebugOpt' with value 'process'
3056: [02/03/2014 02:22:50] -> matched attribute 'DebugOpt' with value 'fp'
3056: [02/03/2014 02:22:50] match attribute 'DebugOpt' with value 'inoculation'
3056: [02/03/2014 02:22:50] find attribute 'DebugOpt'
3056: [02/03/2014 02:22:50] -> found attribute 'DebugOpt' with value 'process'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'DebugOpt' with value 'inoculation'
3056: [02/03/2014 02:22:50] match attribute 'DebugOpt' with value 'corpus'
3056: [02/03/2014 02:22:50] find attribute 'DebugOpt'
3056: [02/03/2014 02:22:50] -> found attribute 'DebugOpt' with value 'process'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'DebugOpt' with value 'corpus'
3056: [02/03/2014 02:22:50] DSPAM Instance Startup
3056: [02/03/2014 02:22:50] input args: dspam
3056: [02/03/2014 02:22:50] pass-thru args:
3056: [02/03/2014 02:22:50] processing user m@matthewbrown.io
3056: [02/03/2014 02:22:50] uid = 0, euid = 0, gid = 0, egid = 8
3056: [02/03/2014 02:22:50] loading preferences for user m@matthewbrown.io
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] read attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLServer' with value '127.0.0.1'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLUser' with value 'dspam'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLPass' with value 'password'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLDb' with value 'mail'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: successful returning struct for name: m@matthewbrown.io
3056: [02/03/2014 02:22:50] Loading preferences for uid 1
3056: [02/03/2014 02:22:50] destroying/freeing configuration
3056: [02/03/2014 02:22:50] match attribute 'FallbackDomains' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'FallbackDomains'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'FallbackDomains'
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] read attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLServer' with value '127.0.0.1'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLUser' with value 'dspam'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLPass' with value 'password'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLDb' with value 'mail'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] Loading preferences for uid 0
3056: [02/03/2014 02:22:50] destroying/freeing configuration
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] read attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLServer' with value '127.0.0.1'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLUser' with value 'dspam'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLPass' with value 'password'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLDb' with value 'mail'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] Loading preferences for uid 0
3056: [02/03/2014 02:22:50] destroying/freeing configuration
3056: [02/03/2014 02:22:50] default preferences empty. reverting to dspam.conf preferences.
3056: [02/03/2014 02:22:50] find attribute 'Preference'
3056: [02/03/2014 02:22:50] -> found attribute 'Preference' with value 'signatureLocation=headers'
3056: [02/03/2014 02:22:50] Loading preferences from dspam.conf
3056: [02/03/2014 02:22:50] aggregated preference 'signatureLocation' => 'headers'
3056: [02/03/2014 02:22:50] aggregated preference 'trainingMode' => 'TEFT'
3056: [02/03/2014 02:22:50] aggregated preference 'spamAction' => 'deliver'
3056: [02/03/2014 02:22:50] aggregated preference 'spamSubject' => '[SPAM]'
3056: [02/03/2014 02:22:50] aggregated preference 'statisticalSedation' => '5'
3056: [02/03/2014 02:22:50] aggregated preference 'enableBNR' => 'on'
3056: [02/03/2014 02:22:50] aggregated preference 'enableWhitelist' => 'on'
3056: [02/03/2014 02:22:50] aggregated preference 'tagSpam' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'tagNonspam' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'showFactors' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'optIn' => 'on'
3056: [02/03/2014 02:22:50] aggregated preference 'optOut' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'whitelistThreshold' => '10'
3056: [02/03/2014 02:22:50] aggregated preference 'makeCorpus' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'storeFragments' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'localStore' => ''
3056: [02/03/2014 02:22:50] aggregated preference 'processorBias' => 'on'
3056: [02/03/2014 02:22:50] aggregated preference 'fallbackDomain' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'trainPristine' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'optOutClamAV' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'ignoreRBLLookups' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'RBLInoculate' => 'off'
3056: [02/03/2014 02:22:50] aggregated preference 'notifications' => 'off'
3056: [02/03/2014 02:22:50] match attribute 'TrainPristine' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'TrainPristine'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'TrainPristine'
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] using /var/spool/dspam/opt-in/matthewbrown.io/m.dspam as path
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] using /var/spool/dspam/opt-out/matthewbrown.io/m.nodspam as path
3056: [02/03/2014 02:22:50] read attribute 'MaxMessageSize'
3056: [02/03/2014 02:22:50] find attribute 'MaxMessageSize'
3056: [02/03/2014 02:22:50] -> found attribute 'MaxMessageSize' with value '1048576'
3056: [02/03/2014 02:22:50] -> read attribute 'MaxMessageSize' with value '1048576'
3056: [02/03/2014 02:22:50] read attribute 'MaxMessageSize'
3056: [02/03/2014 02:22:50] find attribute 'MaxMessageSize'
3056: [02/03/2014 02:22:50] -> found attribute 'MaxMessageSize' with value '1048576'
3056: [02/03/2014 02:22:50] -> read attribute 'MaxMessageSize' with value '1048576'
3056: [02/03/2014 02:22:50] match attribute 'Opt' with value 'in'
3056: [02/03/2014 02:22:50] find attribute 'Opt'
3056: [02/03/2014 02:22:50] -> found attribute 'Opt' with value 'in'
3056: [02/03/2014 02:22:50] -> matched attribute 'Opt' with value 'in'
3056: [02/03/2014 02:22:50] read attribute 'GroupConfig'
3056: [02/03/2014 02:22:50] find attribute 'GroupConfig'
3056: [02/03/2014 02:22:50] -> found attribute 'GroupConfig' with value '/var/spool/dspam/group'
3056: [02/03/2014 02:22:50] -> read attribute 'GroupConfig' with value '/var/spool/dspam/group'
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] sedation level set to: 5
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-Spam-Scanned'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-Virus-Scanner-Result'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-Virus-Scanned'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-DKIM'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'DKIM-Signature'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'DomainKey-Signature'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-Google-Dkim-Signature'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Accept-Language'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Authentication-Results'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'DKIM-Signature'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'DomainKey-Signature'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Importance'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'In-Reply-To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Archive'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Help'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Post'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Subscribe'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'List-Unsubscribe'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Message-ID'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Organization'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Received-SPF'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'References'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Reply-To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Resent-Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Resent-From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Thread-Index'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'Thread-Topic'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'User-Agent'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'X-policyd-weight'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] add attribute 'IgnoreHeader' with value 'thread-index'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] read attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'StorageDriver'
3056: [02/03/2014 02:22:50] add attribute 'StorageDriver' with value '/usr/local/lib/libpgsql_drv.so'
3056: [02/03/2014 02:22:50] find attribute 'StorageDriver'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLServer' with value '127.0.0.1'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLServer'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLUser' with value 'dspam'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUser'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLPass' with value 'password'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLPass'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLDb' with value 'mail'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLDb'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] add attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] read attribute 'Algorithm'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] match attribute 'Algorithm' with value 'graham'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] match attribute 'Algorithm' with value 'burton'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] match attribute 'Algorithm' with value 'robinson'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] match attribute 'Algorithm' with value 'naive'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] match attribute 'PValue' with value 'robinson'
3056: [02/03/2014 02:22:50] find attribute 'PValue'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'PValue'
3056: [02/03/2014 02:22:50] match attribute 'PValue' with value 'markov'
3056: [02/03/2014 02:22:50] find attribute 'PValue'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'PValue'
3056: [02/03/2014 02:22:50] match attribute 'Tokenizer' with value 'word'
3056: [02/03/2014 02:22:50] find attribute 'Tokenizer'
3056: [02/03/2014 02:22:50] -> found attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Tokenizer' with value 'word'
3056: [02/03/2014 02:22:50] match attribute 'Tokenizer' with value 'chain'
3056: [02/03/2014 02:22:50] find attribute 'Tokenizer'
3056: [02/03/2014 02:22:50] -> found attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Tokenizer' with value 'chain'
3056: [02/03/2014 02:22:50] match attribute 'Tokenizer' with value 'chained'
3056: [02/03/2014 02:22:50] find attribute 'Tokenizer'
3056: [02/03/2014 02:22:50] -> found attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Tokenizer' with value 'chained'
3056: [02/03/2014 02:22:50] match attribute 'Tokenizer' with value 'sbph'
3056: [02/03/2014 02:22:50] find attribute 'Tokenizer'
3056: [02/03/2014 02:22:50] -> found attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Tokenizer' with value 'sbph'
3056: [02/03/2014 02:22:50] match attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] find attribute 'Tokenizer'
3056: [02/03/2014 02:22:50] -> found attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] -> matched attribute 'Tokenizer' with value 'osb'
3056: [02/03/2014 02:22:50] match attribute 'Algorithm' with value 'chi-square'
3056: [02/03/2014 02:22:50] find attribute 'Algorithm'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Algorithm'
3056: [02/03/2014 02:22:50] read attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] find attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'DefaultProfile'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualTable'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualTable' with value 'dspam_virtual_uids'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUIDField'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualUIDField' with value 'id'
3056: [02/03/2014 02:22:50] read attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLVirtualUsernameField'
3056: [02/03/2014 02:22:50] -> found attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] -> read attribute 'PgSQLVirtualUsernameField' with value 'email'
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: successful returning struct for name: m@matthewbrown.io
3056: [02/03/2014 02:22:50] decoding headers in message block
3056: [02/03/2014 02:22:50] read attribute 'ClamAVPort'
3056: [02/03/2014 02:22:50] find attribute 'ClamAVPort'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'ClamAVPort'
3056: [02/03/2014 02:22:50] read attribute 'Home'
3056: [02/03/2014 02:22:50] find attribute 'Home'
3056: [02/03/2014 02:22:50] -> found attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] -> read attribute 'Home' with value '/var/spool/dspam'
3056: [02/03/2014 02:22:50] read attribute 'Lookup'
3056: [02/03/2014 02:22:50] find attribute 'Lookup'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'Lookup'
3056: [02/03/2014 02:22:50] scanning component 0 for a DSPAM signature
3056: [02/03/2014 02:22:50] : Encoding : 0
3056: [02/03/2014 02:22:50] : Media Type : 0
3056: [02/03/2014 02:22:50] : Media Subtype: 0
3056: [02/03/2014 02:22:50] : Headers:
3056: [02/03/2014 02:22:50] Received from [192.168.33.1] (unknown [192.168.33.1])
(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mail.vm (Postfix) with ESMTPSA id BC75B80695
for <m@matthewbrown.io>; Mon, 3 Feb 2014 02:22:50 +0000 (UTC)
3056: [02/03/2014 02:22:50] From Matthew Brown <m@matthewbrown.io>
3056: [02/03/2014 02:22:50] Content-Type text/plain; charset=us-ascii
3056: [02/03/2014 02:22:50] Content-Transfer-Encoding 7bit
3056: [02/03/2014 02:22:50] Subject Test Mail
3056: [02/03/2014 02:22:50] Message-Id <D5AD369A-CFD3-45A8-BF64-FF210496AF07@matthewbrown.io>
3056: [02/03/2014 02:22:50] Date Mon, 3 Feb 2014 12:22:49 +1000
3056: [02/03/2014 02:22:50] To m@matthewbrown.io
3056: [02/03/2014 02:22:50] Mime-Version 1.0 (Mac OS X Mail 7.1 \(1827\))
3056: [02/03/2014 02:22:50] X-Mailer Apple Mail (2.1827)
3056: [02/03/2014 02:22:50] Processing component 0
3056: [02/03/2014 02:22:50] Getting next message component
3056: [02/03/2014 02:22:50] match attribute 'ProcessorURLContext' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'ProcessorURLContext'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'ProcessorURLContext'
3056: [02/03/2014 02:22:50] processing line: Received: from [192.168.33.1] (unknown [192.168.33.1])
3056: [02/03/2014 02:22:50] Reading 'Received' header from: 'Received'
3056: [02/03/2014 02:22:50] Processing 'from' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '192.168.33.1' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'unknown' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '192.168.33.1' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] processing line: (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
3056: [02/03/2014 02:22:50] Reading 'Received' header from: ' (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))'
3056: [02/03/2014 02:22:50] Processing 'using' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'TLSv1' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'with' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'cipher' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'ECDHE-RSA-AES256-SHA' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '256' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '256' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'bits' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] processing line: (No client certificate requested)
3056: [02/03/2014 02:22:50] Reading 'Received' header from: ' (No client certificate requested)'
3056: [02/03/2014 02:22:50] Processing 'No' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'client' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'certificate' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'requested' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] processing line: by mail.vm (Postfix) with ESMTPSA id BC75B80695
3056: [02/03/2014 02:22:50] Reading 'Received' header from: ' by mail.vm (Postfix) with ESMTPSA id BC75B80695'
3056: [02/03/2014 02:22:50] Processing 'by' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'mail.vm' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'Postfix' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'with' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'ESMTPSA' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'id' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'BC75B80695' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] processing line: for <m@matthewbrown.io>; Mon, 3 Feb 2014 02:22:50 +0000 (UTC)
3056: [02/03/2014 02:22:50] Reading 'Received' header from: ' for <m@matthewbrown.io>; Mon, 3 Feb 2014 02'
3056: [02/03/2014 02:22:50] Processing 'for' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'm' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'matthewbrown.io' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'Mon' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '3' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing 'Feb' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '2014' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] Processing '02' token in 'Received' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Received'
3056: [02/03/2014 02:22:50] processing line: From: Matthew Brown <m@matthewbrown.io>
3056: [02/03/2014 02:22:50] Reading 'From' header from: 'From'
3056: [02/03/2014 02:22:50] Processing 'Matthew' token in 'From' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] Processing 'Brown' token in 'From' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] Processing 'm' token in 'From' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] Processing 'matthewbrown.io' token in 'From' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'From'
3056: [02/03/2014 02:22:50] processing line: Content-Type: text/plain; charset=us-ascii
3056: [02/03/2014 02:22:50] Reading 'Content-Type' header from: 'Content-Type'
3056: [02/03/2014 02:22:50] Processing 'text' token in 'Content-Type' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] Processing 'plain' token in 'Content-Type' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] Processing 'charset' token in 'Content-Type' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] Processing 'us-ascii' token in 'Content-Type' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Content-Type'
3056: [02/03/2014 02:22:50] processing line: Content-Transfer-Encoding: 7bit
3056: [02/03/2014 02:22:50] Reading 'Content-Transfer-Encoding' header from: 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] Processing '7bit' token in 'Content-Transfer-Encoding' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Content-Transfer-Encoding'
3056: [02/03/2014 02:22:50] processing line: Subject: Test Mail
3056: [02/03/2014 02:22:50] Reading 'Subject' header from: 'Subject'
3056: [02/03/2014 02:22:50] Processing 'Test' token in 'Subject' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] Processing 'Mail' token in 'Subject' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Subject'
3056: [02/03/2014 02:22:50] processing line: Message-Id: <D5AD369A-CFD3-45A8-BF64-FF210496AF07@matthewbrown.io>
3056: [02/03/2014 02:22:50] Reading 'Message-Id' header from: 'Message-Id'
3056: [02/03/2014 02:22:50] Processing 'D5AD369A-CFD3-45A8-BF64-FF210496AF07' token in 'Message-Id' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] Processing 'matthewbrown.io' token in 'Message-Id' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Message-Id'
3056: [02/03/2014 02:22:50] processing line: Date: Mon, 3 Feb 2014 12:22:49 +1000
3056: [02/03/2014 02:22:50] Reading 'Date' header from: 'Date'
3056: [02/03/2014 02:22:50] Processing 'Mon' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '3' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing 'Feb' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '2014' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '12' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '22' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '49' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] Processing '1000' token in 'Date' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> matched attribute 'IgnoreHeader' with value 'Date'
3056: [02/03/2014 02:22:50] processing line: To: m@matthewbrown.io
3056: [02/03/2014 02:22:50] Reading 'To' header from: 'To'
3056: [02/03/2014 02:22:50] Processing 'm' token in 'To' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] Processing 'matthewbrown.io' token in 'To' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'To'
3056: [02/03/2014 02:22:50] processing line: Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\))
3056: [02/03/2014 02:22:50] Reading 'Mime-Version' header from: 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing '1.0' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing 'Mac' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing 'OS' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing 'X' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing 'Mail' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing '7.1' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] Processing '1827' token in 'Mime-Version' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'Mime-Version'
3056: [02/03/2014 02:22:50] processing line: X-Mailer: Apple Mail (2.1827)
3056: [02/03/2014 02:22:50] Reading 'X-Mailer' header from: 'X-Mailer'
3056: [02/03/2014 02:22:50] Processing 'Apple' token in 'X-Mailer' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] Processing 'Mail' token in 'X-Mailer' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] Processing '2.1827' token in 'X-Mailer' header
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] match attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] find attribute 'IgnoreHeader'
3056: [02/03/2014 02:22:50] -> found attribute 'IgnoreHeader' with value 'X-Spam-Status'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'IgnoreHeader' with value 'X-Mailer'
3056: [02/03/2014 02:22:50] parsing message body
3056: [02/03/2014 02:22:50] Processing body token 'This'
3056: [02/03/2014 02:22:50] Processing body token 'is'
3056: [02/03/2014 02:22:50] Processing body token 'a'
3056: [02/03/2014 02:22:50] Processing body token 'piece'
3056: [02/03/2014 02:22:50] Processing body token 'of'
3056: [02/03/2014 02:22:50] Processing body token 'test'
3056: [02/03/2014 02:22:50] Processing body token 'mail'
3056: [02/03/2014 02:22:50] Processing body token 'It'
3056: [02/03/2014 02:22:50] Processing body token 'should'
3056: [02/03/2014 02:22:50] Processing body token 'be'
3056: [02/03/2014 02:22:50] Processing body token 'innocent'
3056: [02/03/2014 02:22:50] Processing body token 'Cheers'
3056: [02/03/2014 02:22:50] Processing body token 'Matt'
3056: [02/03/2014 02:22:50] Finished tokenizing (sparse) message
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] pgsql query length: 1511
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.00_0.00_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.00_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.40_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.05_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.05_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.05_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] BNR pattern instantiated: 'bnr.s|0.40_0.40_0.40_'
3056: [02/03/2014 02:22:50] Loading 9 BNR patterns
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] pgsql query length: 219
3056: [02/03/2014 02:22:50] Whitelist threshold: 10
3056: [02/03/2014 02:22:50] Token: Mime-Version*X+#+7.1 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: From*m+matthewbrown.io [0.010000] SH 0 IH 5
3056: [02/03/2014 02:22:50] Token: It+should [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mac+#+#+Mail [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: should+be [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: be+innocent [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*OS+#+#+#+1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: a+#+#+test [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: This+#+a [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: of+#+#+#+should [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: From*Matthew+Brown [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*OS+#+Mail [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: should+#+innocent [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: This+#+#+piece [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: mail+#+#+#+innocent [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: a+piece [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: of+test [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: a+#+of [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mail+#+1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: From*Matthew+#+m [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: From*Matthew+#+#+matthewbrown.io [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: a+#+#+#+mail [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mac+#+X [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: be+#+Cheers [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: It+#+#+#+Cheers [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*1.0+#+#+#+Mail [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: mail+#+should [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: This+is [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: of+#+#+It [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Subject*Test+Mail [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*1.0+#+#+X [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*X+Mail [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*1.0+#+OS [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: X-Mailer*Apple+Mail [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mac+OS [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mail+7.1 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: To*m+matthewbrown.io [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Cheers+Matt [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: test+#+#+#+be [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: is+#+piece [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: mail+#+#+be [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: is+a [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: It+#+#+innocent [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: innocent+#+Matt [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: test+#+#+should [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*1.0+Mac [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*7.1+1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: From*Brown+#+matthewbrown.io [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: mail+It [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: of+#+mail [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: is+#+#+of [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: is+#+#+#+test [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: It+#+be [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: piece+of [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*Mac+#+#+#+7.1 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: Mime-Version*OS+#+#+7.1 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: innocent+Cheers [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: piece+#+test [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: X-Mailer*Mail+2.1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: X-Mailer*Apple+#+2.1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: should+#+#+Cheers [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: This+#+#+#+of [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: From*Matthew Brown <m@matthewbrown.io> [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: piece+#+#+mail [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: should+#+#+#+Matt [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: piece+#+#+#+It [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: be+#+#+Matt [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*X+#+#+1827 [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: test+mail [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: Mime-Version*OS+X [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] Token: test+#+It [0.400000] SH 0 IH 0
3056: [02/03/2014 02:22:50] Token: From*Brown+m [0.010000] SH 0 IH 3
3056: [02/03/2014 02:22:50] no factors specified; using default
3056: [02/03/2014 02:22:50] Result Confidence: 0.99
3056: [02/03/2014 02:22:50] match attribute 'ProcessorWordFrequency' with value 'occurrence'
3056: [02/03/2014 02:22:50] find attribute 'ProcessorWordFrequency'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'ProcessorWordFrequency'
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] Control: [10 10] [10 11] Delta: [0 1]
3056: [02/03/2014 02:22:50] total processing time: 0.04716s
3056: [02/03/2014 02:22:50] match attribute 'Notifications' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'Notifications'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Notifications'
3056: [02/03/2014 02:22:50] match attribute 'Notifications' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'Notifications'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Notifications'
3056: [02/03/2014 02:22:50] match attribute 'PgSQLUIDInSignature' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'PgSQLUIDInSignature'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'PgSQLUIDInSignature'
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] saving signature as 52eefd7a30561754319509
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] match attribute 'WebStats' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'WebStats'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'WebStats'
3056: [02/03/2014 02:22:50] libdspam returned probability of -1.000000
3056: [02/03/2014 02:22:50] message result: NOT SPAM
3056: [02/03/2014 02:22:50] match attribute 'SystemLog' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'SystemLog'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'SystemLog'
3056: [02/03/2014 02:22:50] match attribute 'UserLog' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'UserLog'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'UserLog'
3056: [02/03/2014 02:22:50] appending header X-DSPAM-Result: Innocent
3056: [02/03/2014 02:22:50] appending header X-DSPAM-Processed: Mon Feb 3 02:22:50 2014
3056: [02/03/2014 02:22:50] appending header X-DSPAM-Confidence: 0.9897
3056: [02/03/2014 02:22:50] match attribute 'ImprobabilityDrive' with value 'on'
3056: [02/03/2014 02:22:50] find attribute 'ImprobabilityDrive'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'ImprobabilityDrive'
3056: [02/03/2014 02:22:50] appending header X-DSPAM-Probability: -1.0000
3056: [02/03/2014 02:22:50] appending header X-DSPAM-Signature: 52eefd7a30561754319509
3056: [02/03/2014 02:22:50] read attribute 'DeliveryProto'
3056: [02/03/2014 02:22:50] find attribute 'DeliveryProto'
3056: [02/03/2014 02:22:50] -> found attribute 'DeliveryProto' with value 'LMTP'
3056: [02/03/2014 02:22:50] -> read attribute 'DeliveryProto' with value 'LMTP'
3056: [02/03/2014 02:22:50] read attribute 'DeliveryProto'
3056: [02/03/2014 02:22:50] find attribute 'DeliveryProto'
3056: [02/03/2014 02:22:50] -> found attribute 'DeliveryProto' with value 'LMTP'
3056: [02/03/2014 02:22:50] -> read attribute 'DeliveryProto' with value 'LMTP'
3056: [02/03/2014 02:22:50] assembling component 0
3056: [02/03/2014 02:22:50] read attribute 'TrackSources'
3056: [02/03/2014 02:22:50] find attribute 'TrackSources'
3056: [02/03/2014 02:22:50] -> read: not found attribute 'TrackSources'
3056: [02/03/2014 02:22:50] _pgsql_drv_getpwnam: returning cached name 'm@matthewbrown.io'
3056: [02/03/2014 02:22:50] destroying/freeing configuration
3056: [02/03/2014 02:22:50] match attribute 'Broken' with value 'returnCodes'
3056: [02/03/2014 02:22:50] find attribute 'Broken'
3056: [02/03/2014 02:22:50] -> match: not found attribute 'Broken'
3056: [02/03/2014 02:22:50] DSPAM Instance Shutdown. Exit Code: 0
3056: [02/03/2014 02:22:50] SEND: 250 2.6.0 <m@matthewbrown.io> Message accepted for delivery
3056: [02/03/2014 02:22:50] checking trusted user list for root(0)
3056: [02/03/2014 02:22:50] SRECV: QUIT
3056: [02/03/2014 02:22:50] SEND: 221 2.0.0 OK
Received: from [192.168.33.1] (unknown [192.168.33.1])
(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mail.vm (Postfix) with ESMTPSA id BC75B80695
for <m@matthewbrown.io>; Mon, 3 Feb 2014 02:22:50 +0000 (UTC)
From: Matthew Brown <m@matthewbrown.io>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Test Mail
Message-Id: <D5AD369A-CFD3-45A8-BF64-FF210496AF07@matthewbrown.io>
Date: Mon, 3 Feb 2014 12:22:49 +1000
To: m@matthewbrown.io
Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\))
X-Mailer: Apple Mail (2.1827)
This is a piece of test mail. It should be innocent.
Cheers,
Matt
# Excerpt
virtual_transport=lmtp:unix:dspam/dspam-lmtp
[02/03/2014 02:22:50] 3056: VERBOSE DEBUG (INFO ONLY - NOT AN ERROR): SELECT * FROM lookup_tokens(1,'{3664880295902894352,5704295099631855521,-5567568288591648489,-3617013202795447512,-1488904716291791929,5451808845238268534,-4611430551612229834,-3910206155591980700,-1186306074617681935,-3243356650182352265,3086206195548053665,4086582923920914514,-6911157276129106410,100948548663730409,-5962502109786129337,6712770440843561904,5153117670183269264,6914056103815524352,4701249515153696030,3113569472647093163,-1768939954199320075,-2343519014566434460,7271951061856560480,-3627377614862227100,-3603315927065487543,-6089579953206833286,-3269427692036232860,4865586426884387264,-2543679035517114097,-5006717419568776562,-1576406400291689399,-6675895371252035562,4876267174906055167,-6123742951386738700,-8648681111789674474,8543428982979632165,5704294600808530049,8882507325195391549,-3240740814732596892,4910331133825737961,4889937218076207361,6595824596312653824,5475870567534791771,-8670466617445528166,-3243356940029316928,5105281897257893664,-1071835955512608262,-2827699954698217923,5161135073242374384,-3889584089968875249,-9043604750835848941,-3895680614926784156,6712995009514676272,6914055726923851377,1698651504279517883,6379253451798707128,-8954855392000815718,8994056617391876365,-6256545640855527761,1703611506968242825,2744630709331918084,-3325164391894029980,1733236555481966829,-2365339017735284380,2450879507701267716,-3919606987775256220,-3909879030213187228,-2108410634614278603,8697132443596456845,-7644769906858740435,7927471573090927501,-6546687903545553064}')
[02/03/2014 02:22:50] 3056: VERBOSE DEBUG (INFO ONLY - NOT AN ERROR): SELECT * FROM lookup_tokens(1,'{-2698149369834671921,7966374547778664377,-2699545474724040497,-2699545456185215041,7964978442889295801,7966374566234388409,5334511981350707200,-2699545456268316465,-2699545456185216817}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment