home *** CD-ROM | disk | FTP | other *** search
/ ftp.shrubbery.net / 2015-02-07.ftp.shrubbery.net.tar / ftp.shrubbery.net / pub / foad / foad-0.3.tar.gz / foad-0.3.tar / foad-0.3 / TODO < prev   
Text File  |  2002-04-03  |  1KB  |  26 lines

  1. - is there a way to parse the resolved PTR from the received header and make
  2.   sure that it has an A (or AAAA/A6)?
  3. - should foad use sysexits.h for config errors and such?
  4. - strcopy/str*chr should be replaced with index/bcopy for portability
  5. - should deduce []'s from addresses
  6. - should grab return-path to see if it is null?
  7. - should grab sender: for -f, per rfc2822
  8. - should try to compare receives vs From and From:, as in
  9.     From pesradd@yahoo.com  Thu Jul  5 08:39:31 2001
  10.     Return-Path: <pesradd@yahoo.com>
  11.     Received: from mail.kpnstl.co.th (www.kpnstl.co.th [203.148.204.195])
  12.            by guelah.shrubbery.net (8.11.3/8.11.1) with ESMTP id f658dLq17677
  13.            for <heas@shrubbery.net>; Thu, 5 Jul 2001 08:39:27 GMT
  14.     Received: from yahoo.com (localhost [127.0.0.1])
  15.            by mail.kpnstl.co.th (8.9.3+Sun/8.9.3) with SMTP id PAA26210
  16.            for <heas@shrubbery.net>; Thu, 5 Jul 2001 15:37:38 -0700 (GMT)
  17.     From: <pesradd@yahoo.com>
  18. - would be nice to have an option to not strip header comments such as name
  19. - would be nice to be able to negate matches in .foadrc
  20. - would be nice to be able to match against Received headers, like
  21.   Received: from server (adsl-216-62-156-77.dsl.hstntx.swbell.net [216.62.156.77])
  22.     by ni.shrubbery.net (8.10.1/8.10.1) with SMTP id f3DBx2o12459
  23.     for <heas@shrubbery.net>; Fri, 13 Apr 2001 11:59:02 GMT
  24.   which is obviously spam.
  25.  
  26.