"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "bogom-1.9.2/CHANGELOG" of archive bogom-1.9.2.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 2008-06-25  Juan J. Martínez  <reidrac@blackshell.usebox.net>
    2 
    3 	* milter.c: FIX: hostaddr may be NULL if not supported by current version of milter or if the SMTP connection is made via stdin, noticed using milter with postfix - Thanks to Victor Balada Diaz
    4 
    5 2008-01-18  Juan J. Martínez  <reidrac@blackshell.usebox.net>
    6 
    7 	* milter.c:
    8 	fix: added an include to avoid a warning while compiling under Linux
    9 
   10 === release 1.9.1
   11 
   12 2007-11-24  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   13 
   14 	* milter.c:
   15 	portability: extra flag in some stdio functions to avoid file descriptor limit issue on Solaris 10, thanks to Sergey Shapovalov
   16 
   17 2007-10-01  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   18 
   19 	* conf.c:
   20 	fix: error reading configuration when the last token was at EOF, thanks to Mikel Ward for the report
   21 
   22 2007-02-28  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   23 
   24 	* milter.c: Fix: space missing in a log entry.
   25 
   26 2007-02-08  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   27 
   28 	* bogom.8, conf.c, conf.h, milter.c: copyright year
   29 
   30 2007-02-04  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   31 
   32 	* milter.c: Error handling while reading bogofilter spamicity response.
   33 
   34 2006-10-22  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   35 
   36 	* bogom.8, bogom.conf-example, milter.c:
   37 	smpamicity support for the X-Bogosity header
   38 
   39 2006-10-08  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   40 
   41 	* milter.c: Avoid multiple X-Bogosity headers.
   42 
   43 2006-01-05  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   44 
   45 	* milter.c:
   46 	fix: xxfi_header is called *zero* or more times (check http://www.usebox.net/jjm/bogom/errata/bogom-errata-2006-1.txt)
   47 
   48 2005-11-19  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   49 
   50 	* milter.c: fix: include changes to support MAXHOSTNAMELEN constant
   51 
   52 2005-11-13  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   53 
   54 	* conf.c: Code cleanning.
   55 
   56 2005-11-06  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   57 
   58 	* milter.c: sprintf to snprintf
   59 
   60 2005-09-23  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   61 
   62 	* bogom.8, bogom.conf-example, milter.c:
   63 	Added quarantine_mdir feature (-q option)
   64 
   65 2005-09-12  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   66 
   67 	* milter.c: Better logging for forward_spam and subj_tag.
   68 
   69 	* bogom.8, bogom.conf-example, milter.c:
   70 	Added forward_spam feature (-f option)
   71 
   72 2005-04-14  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   73 
   74 	* milter.c:
   75 	fix: wrong size on calloc, thanks to Jason M. for his feedback
   76 
   77 	* milter.c: fixes for solaris compatibility
   78 
   79 2005-04-04  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   80 
   81 	* bogom.8, bogom.conf-example, milter.c:
   82 	new configuration option 'subject_tag'
   83 
   84 2005-03-30  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   85 
   86 	* milter.c: ifndef for default username, it makes porting easier
   87 
   88 2005-02-16  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   89 
   90 	* conf.c: fix: missing conf file is not an error
   91 
   92 2005-02-15  Juan J. Martínez  <reidrac@blackshell.usebox.net>
   93 
   94 	* bogom.conf-example: pidfile added
   95 
   96 	* bogom.8, milter.c: option changes: '-p pipe' becomes '-s conn' and
   97 	'-p pidfile' has been added (plus pidfile conf token)
   98 
   99 2005-02-09  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  100 
  101 	* milter.c: setup time to timezone before openlog
  102 
  103 2005-02-07  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  104 
  105 	* milter.c:
  106 	fix: the order seteuid followed by setuid returns 0 / -1 under NetBSD
  107 	swaping those commands (setuid and later seteuid) rocks and seems to not
  108 	matter under OpenBSD - thanks to Heron Gallegos
  109 
  110 2005-02-04  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  111 
  112 	* bogom.8: seems openbsd doesn't support !prog1,prog2 on syslog.conf
  113 
  114 2005-02-02  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  115 
  116 	* conf.c: fix: type size_t to int
  117 
  118 2005-02-01  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  119 
  120 	* milter.c:
  121 	fix: memory leak in conf reading routines, thanks to Dariusz Kulinski
  122 
  123 2005-01-31  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  124 
  125 	* bogom.8: some fixes
  126 
  127 2005-01-29  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  128 
  129 	* milter.c: fix: misstyped word
  130 
  131 2005-01-28  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  132 
  133 	* bogom.8: -d option added and syslog.conf tips
  134 	little rewrite of some parts
  135 
  136 	* milter.c: -d option added and better debug messages
  137 	fix: -l option missed on getopt
  138 
  139 2005-01-27  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  140 
  141 	* bogom.conf-example, bogom.8, milter.c: added body_limit option
  142 
  143 	* conf.c: use isspace instead custom is_blank
  144 
  145 2005-01-26  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  146 
  147 	* milter.c:
  148 	added mlfi_abort to handle message abort on multi-message connections
  149 
  150 	* milter.c: fix: return 1 on error reading conf
  151 
  152 2005-01-25  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  153 
  154 	* milter.c:
  155 	re_envrcpt added (thanks to Dariusz Kulinski for his feedback)
  156 	fix: exit after configuration error
  157 	and little code clean
  158 
  159 	* bogom.8: re_envrcpt added
  160 
  161 	* bogom.conf-example: re_envrcpt example added
  162 
  163 2005-01-23  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  164 
  165 	* milter.c:
  166 	fix: smfi_getpriv may return NULL on mlfi_close due re_connection and
  167 	that should not be logged as error
  168 
  169 	* conf.c, conf.h: year on copyright line
  170 
  171 2005-01-22  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  172 
  173 	* bogom.conf-example: re_connection added
  174 
  175 	* milter.c, bogom.8:
  176 	-w option removed, re_connection added, year on copyright line
  177 
  178 2005-01-10  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  179 
  180 	* milter.c, conf.h, conf.c: Macro fixes and little code clean.
  181 
  182 2005-01-09  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  183 
  184 	* conf.c: Added missing rcsid
  185 
  186 2005-01-08  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  187 
  188 	* conf.c: fix: backslash escaped quotes now works (both \" and \')
  189 	Quoted string now can use single quotes also
  190 
  191 	* milter.c: fix: configuration takes precedence over command line
  192 
  193 	* bogom.8: fix: configuration takes precedence over command line
  194 	fix: backslash escaped quotes now works (both \" and \')
  195 	Quoted string now can use single quotes also
  196 
  197 2005-01-04  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  198 
  199 	* milter.c, bogom.8:
  200 	-w option deprecated (now configuration file must be used).
  201 
  202 2005-01-03  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  203 
  204 	* bogom.conf-example: fix: typo on exclude_string examples.
  205 
  206 2005-01-02  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  207 
  208 	* bogom.conf-example, bogom.8, milter.c:
  209 	Configurable text for the SMTP reject reply.
  210 
  211 	* bogom.8: Added -c conf_file option.
  212 	Configuration file description.
  213 
  214 	* milter.c: Added -c conf_file option.
  215 	Added configuration file support.
  216 
  217 	* conf.h, conf.c, bogom.conf-example: New file.
  218 
  219 2004-12-31  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  220 
  221 	* milter.c: fix: whitelist list processing
  222 
  223 2004-12-29  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  224 
  225 	* bogom.8: fix: D1 macros
  226 
  227 	* bogom.8: -w re_whitelist option added
  228 
  229 	* milter.c: -w re_whitelist option added
  230 	Define a white list using regular expressions vs the sender address.
  231 
  232 	* milter.c: Removed unneeded includes
  233 
  234 2004-12-28  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  235 
  236 	* bogom.8: Added sendmail setup information.
  237 
  238 	* bogom.8: Better description of logging.
  239 
  240 2004-12-27  Juan J. Martínez  <reidrac@blackshell.usebox.net>
  241 
  242 	* bogom.8: -x exclude_string added
  243 
  244 	* milter.c: -x exclude_string added
  245 	If this string is found in the Subject of a message, it will be
  246 	automatically accepted.
  247 
  248 	* bogom.8, milter.c: New file.
  249