- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A really fun programming project. Operation sp...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 06:48 PM
12-17-2003 06:48 PM
Re: A really fun programming project. Operation spamstopper!
Did you try my script with HP-UX?? Because it worked for me :-(
-Kartihk S S
NP please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 07:14 PM
12-17-2003 07:14 PM
Re: A really fun programming project. Operation spamstopper!
Solve the linux "echo" issue by using "echo -e"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 02:01 AM
12-18-2003 02:01 AM
Re: A really fun programming project. Operation spamstopper!
Good one, got yourself a bunny.
Karthik, results were similar. I can't explain it. I'm guessing I'm running against the raw datafile and you're running aginist the output from my original grep command.
I'll be playing with this during the day.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 03:39 AM
12-18-2003 03:39 AM
Re: A really fun programming project. Operation spamstopper!
A good portion comes from:
http://www.visi.com/~hawkeyd/spamfilters.html
Make sure you check them out so you can install it.
The forgeries section is cool - I saw that from someone else...
First for every domain you only want to receive from their servers:
SIsAol
R$* aol.com $* $@ OK
R$* $#error $: "550 Access Denied. Forgeries are disallowed."
Then check it:
SLocal_check_mail
R$* aol.com $* $: $>IsAol $&{client_name}
What that means is, is someone claims to be say geoff@aol.com and the mail server is NOT aol.com - then it rejects them.
I've attached my mc file, my cf file, and my
SpamFilters.subjmaps. I use maildrop instead of procmail for delivery - make sure you edit that line...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 06:26 AM
12-18-2003 06:26 AM
Re: A really fun programming project. Operation spamstopper!
Does anyone realize that we could take the configuration that detects forged headers, pump that into the spam account and have a nearly automated spam filter.
Simply awesome.
I laugh at President Bush's spam bill. We have have just solved the problem ourselves.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:06 AM
12-18-2003 08:06 AM
Re: A really fun programming project. Operation spamstopper!
Regarding setting IPB to the netblock, IPB=${IP%.*} (not ${IP%%.*}) should be sufficient in ksh, bash, posix shell, but not in bourne shell.
- « Previous
-
- 1
- 2
- Next »