Re: temporary addresses and spam blocking

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Jay Denebeim
Cc: Exim Users
Asunto: Re: temporary addresses and spam blocking
On Tue, 1 Jul 1997, Jay Denebeim wrote:

> I'm still waiting for the from: line validation though.


If you are feeling brave you can try the current testing version of Exim
(1.631) in the Testing directory of the ftp directory (and see item 4 in
the NewStuff document), but you may need a patch to get it to compile on
some systems. The patch is to add the following line to exim.h:

#ifdef HAVE_STATFS
  #ifdef HAVE_SYS_STATVFS_H
    #include <sys/statvfs.h>
  #else
    #define statvfs statfs
    #define f_frsize f_bsize     <<<<<<<<<<<<<<<<<<<<<<<<<<<
    #ifdef HAVE_SYS_VFS_H
      #include <sys/vfs.h>
      #ifdef HAVE_SYS_STATFS_H
      #include <sys/statfs.h>
      #endif
    #endif
    #ifdef HAVE_SYS_MOUNT_H
    #include <sys/mount.h>
    #endif
  #endif
#endif


The facility isn't precisely from: line validation. It is "ensure there
is a valid address in at least one of Sender, Reply-To, or From".

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714