Flolagale / mailin

Artisanal inbound emails for every web app
mailin.io
MIT License
1.95k stars 152 forks source link

spamd Error #64

Open Martindelataille opened 8 years ago

Martindelataille commented 8 years ago

When i process message, i get this error:

Error: spamd returned a error: Error: connect ECONNREFUSED 127.0.0.1:783

which is result in multiple error: Unable to compute spam score. Set spam score to 0. Error: Unable to compute spam score. TypeError: Cannot read property 'match' of undefined

kittrCZ commented 8 years ago

Hi @Martindelataille, are you use you run spamd process on your machine? did you install the spamassassin with command sudo aptitude install spamassassin spamc The spamassassin is not enabled by default. That might be the issue with your installation.

Documentation about spamd

Martindelataille commented 8 years ago

@kittrCZ Long time ago. But thank you, i will check