Len,
>>
Here's a command to find them, sorted by IP:
egrep -i "reject:.*to=<[EMAIL PROTECTED]" /var/log/maillog | awk
'{print $(10)}' | sort -f | uniq -ic | sort -t[ -k2 | less
>>Many thanks. It has been a shitty week but I have learned much about postfix and awk. (see new quote below) Andrew P. Kaplan www.cshore.com Personally I'm always ready to learn, although I do not always like being taught. Sir Winston Churchill
