Skip to content
Snippets Groups Projects
Select Git revision
  • 20a875b84d84ca4aa295c59f60471f53d4559c4d
  • master default protected
  • pymilter-1.0.4
  • pymilter-1.0.3
  • pymilter-1.0.2
  • pymilter-1.0.1
  • pymilter-1_0
  • milter-0_8_18
  • pymilter-0_9_8
  • pymilter-0_9_7
  • pymilter-0_9_6
  • pymilter-0_9_5
  • pymilter-0_9_4
  • pymilter-0_9_2
  • pymilter-0_9_1
  • pymilter-0_9_0
  • pymilter-0_8_12
  • pymilter-0_8_11
  • pymilter-0_8_10
  • pymilter-0_8_9
  • milter-0_8_8
  • milter-0_8_7
22 results

miltermodule.c

Blame
  • miltermodule.c 42.76 KiB
    /* Copyright (C) 2001  James Niemira (niemira@colltech.com, urmane@urmane.org)
     * Portions Copyright (C) 2001,2002,2003,2004  Stuart Gathman (stuart@bmsi.com)
     * 
     * This program is free software; you can redistribute it and/or
     * modify it under the terms of the GNU General Public License
     * as published by the Free Software Foundation; either version 2
     * of the License, or (at your option) any later version.
     * 
     * This program is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     * GNU General Public License for more details.
     * 
     * You should have received a copy of the GNU General Public License
     * along with this program; if not, write to the Free Software
     * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
     *
     * milterContext object and thread interface contributed by
     * 	Stuart D. Gathman <stuart@bmsi.com>
     */
    
    /* This is a Python extension to use Sendmail's libmilter functionality.  
       It is built using distutils.  To install it:
    
    # python setup.py install 
    
       For additional options:
    
    $ python setup.py help
      
       You may need to add additional libraries to setup.py.  For instance,
       Solaris2.6 requires 
    
         libraries=["milter","smutil","resolv"]
    
     * $Log$
     * Revision 1.9  2005/12/23 21:46:36  customdesigned
     * Compile on sendmail-8.12 (ifdef SMFIR_INSHEADER)
     *
     * Revision 1.8  2005/10/20 23:23:36  customdesigned
     * Include smfi_progress is SMFIR_PROGRESS defined
     *
     * Revision 1.7  2005/10/20 23:04:46  customdesigned
     * Add optional idx for position of added header.
     *
     * Revision 1.6  2005/07/15 22:18:17  customdesigned
     * Support callback exception policy
     *
     * Revision 1.5  2005/06/24 04:20:07  customdesigned
     * Report context allocation error.
     *
     * Revision 1.4  2005/06/24 04:12:43  customdesigned
     * Remove unused name argument to generic wrappers.
     *
     * Revision 1.3  2005/06/24 03:57:35  customdesigned
     * Handle close called before connect.
     *
     * Revision 1.2  2005/06/02 04:18:55  customdesigned
     * Update copyright notices after reading article on /.
     *
     * Revision 1.1.1.2  2005/05/31 18:09:06  customdesigned
     * Release 0.7.1
     *
     * Revision 2.31  2004/08/23 02:24:36  stuart
     * Support setbacklog
     *
     * Revision 2.30  2004/08/21 20:29:53  stuart
     * Support option of 11 lines max for mlreply.
     *
     * Revision 2.29  2004/08/21 04:14:29  stuart