How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Flash Design Experts
By Tometa Software, Inc. on Jul 11
Max Bid: Open to fair suggestions

(Screen Shot)

VB Project
By Michael Sharp on Jul 11
Max Bid: $50


Color code text display in VB6 app
By Burt on Jul 11
Max Bid: $50


Get the screen
By Coderking on Jul 10
Max Bid: Open to fair suggestions


Emoticon icons needed
By wbunker on Jul 10
Max Bid: $100


Redevelop Adult Membership System Site
By HardWerX Technologies on Jul 10
Max Bid: $110


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(145 open)
   Access 
(55 open)
   MySQL 
(85 open)
   Oracle 
(9 open)
   SQL Server 
(50 open)
   Other DB 
(17 open)
Documentation / Tech Writing 
(16 open)
Data Entry 
(22 open)
Game Development 
(26 open)
Graphics / Art / Music 
(49 open)
   Graphics 
(59 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(18 open)
     Adobe Premiere 
(4 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(21 open)
   Music 
(11 open)
   3d Modeling 
(14 open)
Language Specific 
(96 open)
   ASP 
(57 open)
   ASP .NET 
(34 open)
   C# 
(40 open)
   C++ / C 
(108 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(25 open)
   Java 
(59 open)
   JSP 
(7 open)
   Perl 
(38 open)
   PHP 
(87 open)
   XML/XSL 
(30 open)
   Visual Basic 
(138 open)
   Visual Basic .Net 
(51 open)
   Other 
(54 open)
Misc 
(31 open)
   CAD 
(3 open)
MultiMedia 
(38 open)
   Video Editing 
(4 open)
Network 
(43 open)
   Network Design 
(12 open)
   Network Implementation 
(13 open)
Platforms 
(75 open)
   Windows 
(166 open)
     MS Exchange 
(6 open)
     MS Office 
(12 open)
     Other 
(15 open)
   Darwin 
(1 open)
   Internet Browser 
(40 open)
   Linux 
(62 open)
   UNIX 
(28 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(14 open)
Security 
(28 open)
Testing / Quality Assurance 
(18 open)
Web 
(151 open)
   Page Design 
(83 open)
   Flash 
(40 open)
   Web Services 
(73 open)
   Web (Other) 
(74 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Perl email validation script
Bid Request Id: 62766
Bookmark in my 'To Do' list
Posted by: nigel bashford (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 33.33%
Buyer Security Verifications: Good
Approved on: May 12, 2003
12:50:38 PM EDT
Bidding Closes: May 14, 2003
9:12:41 AM EDT
Viewed (by coders): 82 times
Deadline: 5/15/2003
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Database, Perl, UNIX, Linux, MySQL
Enter chat room for this bid request
(0 active users at Jul 11, 2003 5:36:33 AM EDT)

Description:
This email validation script needs to work on the basis of an email sent via an email client, not a web form, being piped via the capture all (default address) on a web host. For example:

An email is sent via Outlook Express to subscribeatsomewebsite.com and is then piped to a script e.g. |usr/bin/perl /home/pathto/directory/somescript.pl (which would be this one)

1.2 Once the headers have been received using the stdin, a check is needed to be performed to establish the validity of the FROM address. This needs to be performed in three ways:

1.2.1 that the syntax is ok.
If not an email will need to be sent back to the address informing the sending of the error.

1.2.2 that the host mail server exists
If not an email will need to be sent back to the address informing the sending of the error.

1.2.3 that the mail server is not on a block list.
If not an email will need to be sent back to the address informing the sending of the error.

1.3. Once these checks have been performed and have passed successfully the original raw headers of the email need to be piped to another script, which will be defined by the user, for processing in a similar manner.


Deliverables:
1) Complete and fully-functional working script and complete source code of all work done.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
linux,unix

Must be 100% finished and received by buyer on:
May 15, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
CowboyAtHeart
(1 ratings)
in Anjou, Quebec
Canada
Bid id: 674,590
 
$60 (USD) May 13, 2003
1:55:17 AM EDT
 10
(Excellent)
   
I regularly deal with emails in my line of work. I work for a rather large adult entertainment company. I can throw this together for you in perl easily.

Recieving the email in a script
then checking the email address for validity I would do.
First check via a regex for a possibly valid address.
Check host names to make sure domain exists.
Check block list (as you specified)
Pass email to delivery script.

I have experience working with mass mail scripts, both direct, and through anonymous proxies, so I'd be happy to assist you with all your mailing needs.
 
 
 
 
  See 1 private reply(ies)
to/from CowboyAtHeart.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.98 on 101 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.