My daughter gets about 5 spammy emails per day, all loosely based on the same subject.
They are obviously coming from the same source, as the opt out info contains the same address.
However, i'm pretty sure that the opt out is probably a lie, as each email comes from a different domain.
I don't trust that opting out works with these spammers, and that they will just continue to spam from the other (who knows how many) domains they have.
I'm trying to block these at filter level, and looking in the headers this morning found this
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
See
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
for more information.
URIs: www.gov.uk
So I ran the following command
host -t TXT 2.0.0.127.multi.uribl.com
Which produces:
2.0.0.127.multi.uribl.com descriptive text "127.0.0.1 -> Query Refused. See http://uribl.com/refused.shtml for more information [Your DNS IP: xxx.xxx.xxx.251]"
(on the same subnet, but not mine)
I've since edited etc/resolv.conf and added my own name servers to the top of the list, which produces 2.0.0.127.multi.uribl.com descriptive text "permanent testpoint
Are there any serious DNS implications to modifying resolv.conf
They are obviously coming from the same source, as the opt out info contains the same address.
However, i'm pretty sure that the opt out is probably a lie, as each email comes from a different domain.
I don't trust that opting out works with these spammers, and that they will just continue to spam from the other (who knows how many) domains they have.
I'm trying to block these at filter level, and looking in the headers this morning found this
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
See
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
for more information.
URIs: www.gov.uk
So I ran the following command
host -t TXT 2.0.0.127.multi.uribl.com
Which produces:
2.0.0.127.multi.uribl.com descriptive text "127.0.0.1 -> Query Refused. See http://uribl.com/refused.shtml for more information [Your DNS IP: xxx.xxx.xxx.251]"
(on the same subnet, but not mine)
I've since edited etc/resolv.conf and added my own name servers to the top of the list, which produces 2.0.0.127.multi.uribl.com descriptive text "permanent testpoint
Are there any serious DNS implications to modifying resolv.conf
Last edited: