hello all I use qmail toaster with spamassassin -- latest version
i sometimes get spam with both the sender id and recipient id as the same. Obviously such emails are originating outside my server. I DO NOT wish to user SPF what i need to do is as follows 1) get the source ip of the email in a variable. 2) make a rule which checks the domain part of the mailfrom and the ip address. 3) If the domain is from my server and the ip address is not my server ip then reject that email How do i achieve this please ? rajesh