Skip to content

Script checks a person's Junk folder and sends an email digest of spam message

License

Notifications You must be signed in to change notification settings

IGBIllinois/spammonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Monitor

Build Status

  • Script checks a person's Junk folder and sends an email digest of spam message.
  • Uses Bootstrap 4.1.3 for email template.

Requirements

  • Perl
  • Perl Date::Calc
  • Perl Email::Simple
  • Perl Email::Folder
  • Perl Email::Delete
  • Perl Net::SMTP

Installation

  • Install Perl cpanm to be able to install perl modules
dnf install perl-App-cpanminus
  • Install the perl modules using cpanm into the lib folder
cpanm --installdeps -l $PWD/perl5 .
  • Create /etc/cron.d/spammonitor and run spammonitor.pl once a day
55 23 * * * root /usr/local/spammonitor/spammonitor.pl

About

Script checks a person's Junk folder and sends an email digest of spam message

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages