[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Another sendmail question
- Subject: [cobalt-users] Another sendmail question
- From: spamcatcher <spamcatcher@xxxxxxxxx>
- Date: Sun Jan 9 11:22:16 2000
Has anyone tried the following before?
We had looked at our maillog and noticed that there are a lot of bounces
(most SPAM) because of mail being send to users that does not exist.
What we would like to do is have ** some ** of those emails redirected to
a catchall account so we can get a quick look to see if it is a valid
email where the address may have been mistyped. We DO NOT want to have an
account to catch all unknown users at mydomain.com. We just want to
examine the "to:" field and try to guess/estimate if the address is
similiar to an existing one. Does anybody know if sendmail is capable of
doing this via the configuration file or if we would need to do some post
processing (script/cgi) with the mail file?
Thanks!