tbellembois / gochimitheque

Open source chemical product management application written in Golang.
GNU General Public License v3.0
4 stars 3 forks source link

mail for resetting password considered as spam #21

Closed gallak closed 5 years ago

gallak commented 5 years ago

I try to generate a token for resetting my password. The mail was block due to an high spam score :

Nov 5 12:59:22 smtp-server amavis[26774]: (26774-20) Blocked SPAM {BouncedOutbound,Quarantined}, LOCAL [10.10.10.10]:47924 <no-reply-chimitheque@company.fr> -> <gallak@company.fr>, quarantine: U/spam-UcMnm1y52fid.gz, Queue-ID: 162F88261A, mail_id: UcMnm1y52fid, Hits: 7.045, size: 564, 331 ms

reason :

X-Quarantine-ID: <UcMnm1y52fid>
X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date"
tbellembois commented 5 years ago

Thanks for reporting.

tbellembois commented 5 years ago

Could you please test with the following version: https://drive.uca.fr/f/f3263f89d7f6467bb4bc/?dl=1

gallak commented 5 years ago

test successfully with this version, I could get a new password. thanks