Skip to content

DanielMuller/lambda-docker-spamassassin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spamassassin Lambda Container

  • Runtime: Python 3.9

Runs spamassassin on a single email body. The parsed headers are returned.

Usage

Input event:

{
  "body": "<raw email body>"
}

Response:

{
  "isSpam": boolean,
  "score": float,
  "threshold": float,
  "tests": [
    'test1',
    'test2',
    ...
  ]
}

About

Run spamassassin in a Lambda-Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published