Networking Forums

Networking Forums > Computer Networking > Linux Networking > I hate spam

Reply
 
 
RadarG
Guest
Posts: n/a

 
      10-02-2003, 01:12 PM
I know that there are spam filters out there like Spam fighter and spam
killer but those are passive ways to fight spam. It doesnt stop the spam
its just stops you from seeing them in your inbox. Could there be a way to
shutdown the spam relays? I'm learning C+ now and was learning about how
email works to see if I could write such a program. RadarG
 
Reply With Quote
 
 
 
 
Jem Berkes
Guest
Posts: n/a

 
      10-02-2003, 02:12 PM
> I know that there are spam filters out there like Spam fighter and
> spam killer but those are passive ways to fight spam. It doesnt stop
> the spam its just stops you from seeing them in your inbox. Could
> there be a way to shutdown the spam relays? I'm learning C+ now and
> was learning about how email works to see if I could write such a
> program. RadarG


Do you run your own mail server? If you have your own domain and are
accepting mail from the world then there is an excellent option: real-time
blocklists, also called RBLs. There are several organizations around the
world that maintain lists of IP netblock that are spamming; many of these
lists are made public and can be queries using DNS.

The beauty is that mail servers like sendmail and postfix already support
using these DNSBLs directly. For instance, in postfix I use the following
configuration option to block lots of junk mail. And my server never even
accepts the mail, so I save tons of bandwidth.

smtpd_client_restrictions =
reject_rbl_client sbl.spamhaus.org
reject_rbl_client blackholes.easynet.nl
reject_rbl_client relays.ordb.org
reject_rbl_client list.dsbl.org
reject_rbl_client ipwhois.rfc-ignorant.org

The way this works is: when a mail relay connects to your host on port 25
and starts issuing commands to begin the SMTP mail transfer, your mail
server does a parallel check to these services. If it finds that the host
is listed in any of them, it returns an error to the connecting host. If a
legitimate user sent that email, s/he will see an error message indicating
which list blocked their email and how they can resolve the issue.

--
Jem Berkes
http://www.sysdesign.ca/
 
Reply With Quote
 
Angela Kahealani
Guest
Posts: n/a

 
      10-02-2003, 04:35 PM
RadarG wrote:
>
> I know that there are spam filters out there like Spam fighter and spam
> killer but those are passive ways to fight spam. It doesnt stop the spam
> its just stops you from seeing them in your inbox. Could there be a way to
> shutdown the spam relays? I'm learning C+ now and was learning about how
> email works to see if I could write such a program. RadarG


In comp.os.linux.networking, the only ON-TOPIC NON-SPAM answer to your
OFF-TOPIC posting is... if you unplug your network connection, you'll
receive no SPAM, unlike the rest of us who would have to unsubscribe
from this newsgroup to avoid YOUR SPAM!

--
Copyright 2003 Angela Kahealani. All rights reserved without prejudice;
UCC1-207. All information and transactions are non negotiable and are
private between the parties. http://www.kahealani.com/
 
Reply With Quote
 
Alan Connor
Guest
Posts: n/a

 
      10-02-2003, 08:49 PM
On Thu, 02 Oct 2003 09:12:04 -0400, RadarG <(E-Mail Removed)> wrote:
>
>
> I know that there are spam filters out there like Spam fighter and spam
> killer but those are passive ways to fight spam. It doesnt stop the spam
> its just stops you from seeing them in your inbox. Could there be a way to
> shutdown the spam relays? I'm learning C+ now and was learning about how
> email works to see if I could write such a program. RadarG


I delete 99% of the spam on the server at present. Never gets to my box.

As for shutting down the spam relays, well, that would be a good way to
shut down the Internet and spend some time in Federal Prison.

Spam only happens because the ISPs make it easy.

And they only make it easy because the majority of people WANT to get
spam, regardless of what they may SAY.

--
Later, Alan C
You can find my email address at the website: contact.html
take control of your mailbox ----- elrav1 ----- http://tinyurl.com/l55a
 
Reply With Quote
 
RadarG
Guest
Posts: n/a

 
      10-04-2003, 12:01 PM
Angela Kahealani wrote:

> RadarG wrote:
>>
>> I know that there are spam filters out there like Spam fighter and spam
>> killer but those are passive ways to fight spam. It doesnt stop the spam
>> its just stops you from seeing them in your inbox. Could there be a way
>> to shutdown the spam relays? I'm learning C+ now and was learning about
>> how email works to see if I could write such a program. RadarG

>
> In comp.os.linux.networking, the only ON-TOPIC NON-SPAM answer to your
> OFF-TOPIC posting is... if you unplug your network connection, you'll
> receive no SPAM, unlike the rest of us who would have to unsubscribe
> from this newsgroup to avoid YOUR SPAM!
>

Maybe if you got laid more often maybe you wouldnt be so grumpy.
 
Reply With Quote
 
Jay \Boogieman\ Edwards
Guest
Posts: n/a

 
      10-07-2003, 01:17 AM
RadarG <(E-Mail Removed)> wrote in
news:mEyfb.13266$k74.12221@lakeread05:


> Maybe if you got laid more often maybe you wouldnt be so grumpy.


Whoa! I get laid pretty regular, and it doesn't help the grumpiness...
believe me! I just want *more* and that makes me even grumpier! :-)

And I still get spam too.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hate wireless..... sometimes Christo Home Networking 3 04-06-2005 06:04 PM
I begining to Hate WI-FI! Veritech Wireless Networks 2 08-24-2004 03:37 AM
trying to understand..hate dns =?Utf-8?B?bm9vYnRlY2g=?= Windows Networking 8 05-04-2004 08:29 PM
[spam] 2.4GHz 18dBi sector for sale [/spam] Marcin £ukasik Wireless Internet 0 02-28-2004 11:44 AM
I HATE broadband!!! Andrew Scott Broadband 12 08-29-2003 02:55 PM



1 2 3 4 5 6 7 8 9 10 11