# oUTwHITELIST (ow)
# Is a SpamAssassin Plugin that build a database WhiteList using data from email that your internal users send out
# So ow works ONLY if the machine running SpamAssassin is used both for send and receive email.
# When some internal people send a mail ow make two things :
# 1 It save the internal Message Id into a dedicated table
# 2 It save the destination email address into a dedicated table
# When receiving external messages it check that they have a reference to a message id also it check email address that was a reply


# Usage:
# 1 - put ow.cf and ow.pm in local spamassassin directory, usually /etc/mail/spamassassin
# 2 - give your score to each element of rules in ow.cf file and review parameters
# 3 - put ow.inittable.sh where you want, edit sql password and run it to create table first time
# 4 - put cw.maint.sh where you want chamod for executing, edit sql password, edit days you want to mantain end put into your crontab
# 5 - Restart MailScanner

