spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuration information.


From: Christopher Crowley
Subject: Re: Configuration information.
Date: Thu, 29 Aug 2002 10:13:58 -0500

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> > To completely bypass, you'll have to add a connection info
> > callback (xxfi_connect), and when the hostname matches your
> > target host, return SMFIS_ACCEPT.  Return SMFIS_CONTINUE for all
> > other
> > hostnames.

I think that this should do it.  Can you confirm? Please forgive my (
C++ ) ignorance.  

I am really interested in your assessment of the logic, and caveats
that might arise from this addition.


If I add this to spamass-milt.cpp in the sfsistat
mlfi_header(SMFICTX* ctx, char* headerf, char* headerv) function --
lines 434 - 438 of spamss-milt.cpp 0.1.2 :



// assume that netmail from netview is okay because SMTP clients must
authenticate to it.
if ( cmp_nocase_partial(string("Received: from netview
(dhcp-119-25.tulane.edu [129.81.119.25])")
, string(headerf)) == 0 )
    {
      return SMFIS_ACCEPT;
    };

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBPW46NM0q7cR88Y/bEQJ5jQCgzPK7J3sURUF0BTBUfxIgNwtw6hUAn2V0
jP7GLwd339HhuFgMliotsN3v
=ewOV
-----END PGP SIGNATURE-----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]