Spam Learning at AZB Mumbai and Delhi


Spam Learning at AZB Mumbai and Delhi


Please follow the following steps at AZB Mumbai :

  1. cd /var/spool/imap/user/vijay/Spam
  2. tar -czvf /var/tmp/spammail.tgz . --exclude 'cyrus*'
  3. cd /var/spool/imap/user/anuiyer/Spam
  4. tar -czvf /var/tmp/spammailanu.tgz . --exclude 'cyrus*'
  5. Now check for the directory spammails in /var/tmp , if not there create it using
    mkdir /var/tmp/spammails
  6. cd /var/tmp/spammails
  7. tar -xzvf ../spammail.tgz
  8. cd ..
  9. chown -R vscan.vscan spammails
  10. su - vscan
  11. sa-learn --showdots --spam /var/tmp/spammails
  12. Repeat the step 6 to 11 for spammailanu.tgz


NOW copy(scp) /var/tmp/spammail.tgz and /var/tmp/spammailanu.tgz from AZB Mumbai to AZB Delhi,
and follow the step 6 to 12 at AZB Delhi.