• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Error-Checking Email Addresses, for Intelligent People

    May 9, 2007 Ted Holt

    Note: The code accompanying this article is available for download here.

     

    Dear Intelligent Colleague:

    I’ve been less than impressed with the results of keying invalid email addresses into database files, mainly because I’ve had to deal with some of that undeliverable email. I recently wrote a little RPG routine that checks for glaring errors in an email address. The people for whom I wrote it liked it and thought that you might find it helpful too.

    My routine enforces the following few rules:

    * No leading or embedded blanks.
    * No question marks, exclamation points, or slashes.
    * Exactly one “at” sign.
    * At least one period after the “at” sign.
    * At least one character that is not a period before the “at” sign.
    * At least three characters, including a period, after the “at” sign.
    * No two consecutive periods.
    * No period next to the “at” sign.

    For purposes of illustration, I’m providing my routine to you as a module. If you want to use this routine, I’ll leave it to your sound judgment to determine whether you should implement it as a module, service program, or program.

    You’ll find three source members in the downloadable code.

    * Module VALIDEMAIL, the module that validates email addresses.
    * Prototype VALIDEMAIL.
    * Module VALIDEMAIT, the test module.

    I suggest you place the source code for the modules in file QRPGLESRC in a library of your choosing. I also suggest you put the prototype into file PROTOTYPES in the same library. Make sure that library is in your library list and run the following commands, replacing xxx with the name of your library:

    CRTRPGMOD MODULE(xxx/VALIDEMAIL) +
              SRCFILE(xxx/QRPGLESRC) +
              SRCMBR(VALIDEMAIL)     
    
    CRTRPGMOD MODULE(xxx/VALIDEMAIT) +
              SRCFILE(xxx/QRPGLESRC) +    
              SRCMBR(VALIDEMAIT)
              
    CRTPGM PGM(xxx/VALIDEMAIT) +
           MODULE(VALIDEMAIT VALIDEMAIL) +
           ACTGRP(*NEW)  
    

    Call program VALIDEMAIT and look at the spool file that it generates. It lists the test email addresses in VALIDEMAIT and tells whether or not each one is valid.

    The VALIDEMAIL module contains one function subprocedure, cleverly named ValidateEmailAddress. This function returns zero if no errors are detected, or a positive integer that indicates the position where an error is found.

    Have fun, and let me know if you determine that this routine needs to be more robust.

     



                         Post this story to del.icio.us
                   Post this story to Digg
        Post this story to Slashdot

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Tags:

    Sponsored by
    Maxava

    Maxava Partner Webinar: Keeping IBM i Resilient in a Hybrid World

    The session will examine why disaster recovery strategies often fail when tested, how IBM Power Virtual Server is being positioned within enterprise architectures, and how organizations are using PowerVS for DR, HA, and production workloads.

    Register Now

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Sponsored Links

    Quadrant Software:  Become more efficient, productive, & profitable with paperless accounts payable COMMON:  Join us at the Annual 2008 conference, March 30 - April 3, in Nashville, Tennessee Help/Systems:  SEQUEL is the single solution for all your business intelligence needs

    IT Jungle Store Top Book Picks

    The System i Pocket RPG & RPG IV Guide: List Price, $69.95
    The iSeries Pocket Database Guide: List Price, $59.00
    The iSeries Pocket Developers' Guide: List Price, $59.00
    The iSeries Pocket SQL Guide: List Price, $59.00
    The iSeries Pocket Query Guide: List Price, $49.00
    The iSeries Pocket WebFacing Primer: List Price, $39.00
    Migrating to WebSphere Express for iSeries: List Price, $49.00
    iSeries Express Web Implementer's Guide: List Price, $59.00
    Getting Started with WebSphere Development Studio for iSeries: List Price, $79.95
    Getting Started With WebSphere Development Studio Client for iSeries: List Price, $89.00
    Getting Started with WebSphere Express for iSeries: List Price, $49.00
    WebFacing Application Design and Development Guide: List Price, $55.00
    Can the AS/400 Survive IBM?: List Price, $49.00
    The All-Everything Machine: List Price, $29.95
    Chip Wars: List Price, $29.95

    WHERE Versus HAVING Admin Alert: The i5 Battery Checking Process

    Leave a Reply Cancel reply

Volume 7, Number 18 -- May 9, 2007
THIS ISSUE SPONSORED BY:

ProData Computer Services
WorksRight Software
Guild Companies

Table of Contents

  • WHERE Versus HAVING
  • Error-Checking Email Addresses, for Intelligent People
  • Admin Alert: The i5 Battery Checking Process

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Brace Yourself: Another Power Systems Price Hike Coming May 1
  • Updates Announced for IBM i BRMS And SMTP Email Client
  • AI Will Be Front And Center At POWERUp 2026 Next Week
  • IBM i PTF Guide, Volume 28, Number 16
  • Spring IBM i Tech Refreshes Will Come A Bit Later This Year
  • You Are Much More Than Power Systems, And So Are We
  • Startup Seeks The “Golden Path” for IBM i Modernization
  • What Can IBM Do To Make The Future Power S1112 Mini System Compelling?
  • IBM i PTF Guide, Volume 28, Number 15
  • Bob 1.0 Users Bugged By Lack Of One Feature

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle