#!/bin/sh echo $1 >> /var/amavis/spam_lovers echo $1 " has been added to the spam lovers list." echo "Restarting amavisd..." service amavisd restart