#!/bin/sh [ ! -z "$1" ] && echo "DELETE FROM ip2country WHERE ip='$1';" | sqlite3 /var/spool/exim*/db/cache.db