dhasbrouck
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by dhasbrouck-
Hello, Here is a command I have been using to clear out emails. This would remove all emails that reference example@domain.com: [PHP]grep -lr 'example@domain.com' /var/spool/exim/input/ | sed -...