arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 450 forks source link

Stop accumulation of subjectPrefix strings #109

Open shaunmccance opened 5 years ago

shaunmccance commented 5 years ago

Where script is used to route replies to emails prevously processed this results in an accumulation of subject prefix strings. Conditional statement added to prevent this

jrnxf commented 3 years ago

Fixed in #128