#!/bin/bash

# Purges the old entries of references database
# NOTE: the path to the database is hardcoded so don't put it elsewhere
# whithout recompiling (or you can fix make_new_ref)
su - fnet -c "/usr/lib/ifmail/cleanup_ref"

exit 0
