aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-02-21Patches for version 4.3Sergey Poznyakoff0
git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1614 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-10V. 4.3release_4_3Sergey Poznyakoff0
git-svn-id: file:///svnroot/mailfromd/tags/release_4_3@1611 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-10* README, configure.ac, NEWS: UpdateSergey Poznyakoff6
* src/version.c: Update copyright years. * doc/mailfromd.texi git-svn-id: file:///svnroot/mailfromd/trunk@1610 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-09* THANKS: Add Tom Lynch. Obfuscate email addresses.Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1609 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-06* src/dnsbase.c: Define MAX, if necessary.Sergey Poznyakoff6
* src/mailfromd.h: Define INADDR_NONE. * configure.ac: Check for librt. Add auth to AM_GNU_MAILUTILS. * gacopyz/gacopyz.c (do_connect): Fix typo. * bootstrap (MODLIST): Add vasprintf. git-svn-id: file:///svnroot/mailfromd/trunk@1606 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-06configure.ac: Check for libsocket and libnsl.Sergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1605 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-06* src/dnsbase.c (dns_resolve_hostname,a_lookup): ChangeSergey Poznyakoff3
initialization of domainbuf. * src/syslog_async.c: Include fcntl.h. git-svn-id: file:///svnroot/mailfromd/trunk@1604 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-04* configure.ac: Check for locale.hSergey Poznyakoff10
* src/db.c, src/bi_sprintf.m4, src/prog.c, src/bi_db.m4, src/engine.c: Fix format arguments (ported from branches/gmach@{2008-01-28 and 2008-01-09). * src/main.c, src/mtasim.c: Include locale.h git-svn-id: file:///svnroot/mailfromd/trunk@1603 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-01-21* src/symtab.c: Ported r1584 from branches/gmach.Sergey Poznyakoff6
* NEWS: Update. * doc/mailfromd.texi: Updated. * configure.ac: Version 4.3 (preparing for the release). git-svn-id: file:///svnroot/mailfromd/trunk@1585 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-01-15Ported r1556 from branches/gmach.Sergey Poznyakoff7
* src/gram.y (DELETE string): Initialize hdr.value. * src/drivers.c (code_type_header): Value can be NULL. Fix compatibility with MU CVS: * src/main.c: Use mu_log_facility. * src/mtasim.c [MAILUTILS_VERSION_NUMBER > 1290]: Include gettext.h, define _ and N_. * configure.ac: Check for mu_log_facility. git-svn-id: file:///svnroot/mailfromd/trunk@1569 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-28* src/Makefile.am (libmf_a_DEPENDENCIES): Add BUILD_SYSLOG_ASYNCSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1540 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-13(mf_cfg_param): Add docstrings.Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1539 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-13Ported r1536 from branches/release_4_2_patches (= r1535 from tags/release_4_2):Sergey Poznyakoff8
git-svn-id: file:///svnroot/mailfromd/trunk@1538 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-12Reflect recent changes to Mailutils.Sergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1534 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-22* src/main.c: Implement MU configuration statements.Sergey Poznyakoff4
* tests/atlocal.in (MFOPTS): Ignore site-wide and per-user configuration files. * doc/mailfromd.texi: Document sieve interface. git-svn-id: file:///svnroot/mailfromd/trunk@1533 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-21UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1532 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-21* src/bi_io.m4 (write): Implement optional third argument.Sergey Poznyakoff1
* src/bi_sieve.m4: New file. * src/mailfromd.h (vlogmsg): New proto. * src/main.c (capa): Request "common" capability. (main): Register all mailbox formats (needed for sieve). * src/Makefile.am (M4_FILES): Add bi_sieve.m4 * src/mtasim.c (process_header): chop trailing newline. * mflib/sieve.mfh: New file. * mflib/Makefile.am (inc_DATA): Add sieve.mfh. * configure.ac: Set patchlevel 90. (AM_GNU_MAILUTILS): Request 'all' and 'sieve' link flags. * doc/mailfromd.texi: Document 3rd argument of write. * NEWS: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1531 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-21* src/bi_io.m4 (write): Implement optional third argument.Sergey Poznyakoff13
* src/bi_sieve.m4: New file. * src/mailfromd.h (vlogmsg): New proto. * src/main.c (capa): Request "common" capability. (main): Register all mailbox formats (needed for sieve). * src/Makefile.am (M4_FILES): Add bi_sieve.m4 * src/mtasim.c (process_header): chop trailing newline. * mflib/sieve.mfh: New file. * mflib/Makefile.am (inc_DATA): Add sieve.mfh. * configure.ac: Set patchlevel 90. (AM_GNU_MAILUTILS): Request 'all' and 'sieve' link flags. * doc/mailfromd.texi: Document 3rd argument of write. * NEWS: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1530 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-19* README-alpha: UpdateSergey Poznyakoff4
* configure.ac: Use AM_GNU_MAILUTILS. * acinclude.m4: Minor fix. git-svn-id: file:///svnroot/mailfromd/trunk@1529 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-19* smap: New directory.Sergey Poznyakoff2
* smap/smap.c: New file. A general-purpose socket map for MeTA1 (for future use). git-svn-id: file:///svnroot/mailfromd/trunk@1528 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-19* src/mu_dbm.c [WITH_GDBM]: do not bail out if the database doesSergey Poznyakoff6
not exist. * src/mailfromd.h: Add argp.h * src/bi_sa.m4: Minor fixes. * src/main.c: Support for Mailutils CVS HEAD. * configure.ac: Likewise. git-svn-id: file:///svnroot/mailfromd/trunk@1527 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-11* src/engine.c (check_on_host): Wait for an answer to QUIT.Sergey Poznyakoff7
Fix courtesy of Nacho Gonzalez Lopez. * src/bi_sa.m4: Revert the changes inadvertently pushed on 2007-10-21. * doc/Makefile.am: Use texi2html to produce HTML version of the manual. * doc/gendocs_template: Likewise * doc/gendocs.sh: Remove. Changes incorporated into the Texinfo repository. * doc/gendocs_template: Use conditionals, introduced in the Texinfo CVS. git-svn-id: file:///svnroot/mailfromd/trunk@1526 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-29(domain_name_cmp): Yet another bugfixSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1525 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-29(domain_name_cmp): Allow for trailing dot after domain.Sergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1524 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Generate html docs using texi2htmlSergey Poznyakoff5
git-svn-id: file:///svnroot/mailfromd/trunk@1521 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Reimplement syslog-async. Thanks Simon Kelley for relicensing it under GPLv3.Sergey Poznyakoff8
git-svn-id: file:///svnroot/mailfromd/trunk@1520 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21s/assing_locus/assign_locus/Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1519 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21* src/dnsbase.c (cname_loop_body): Return TXT only if explicitlySergey Poznyakoff3
required. Bug reported by Jan Rafaj. git-svn-id: file:///svnroot/mailfromd/trunk@1518 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21* src/engine.c: Fix timeout calculationsSergey Poznyakoff2
(struct timeout_ctl): New data type (UPDATE_TTW,smtp_stream_wait,smtp_wait): Operate on struct timeout_ctl. All callers updated. (init_timeout_ctl): New function. git-svn-id: file:///svnroot/mailfromd/trunk@1517 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-12UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1516 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-12* src/mtasim.c (_def_read): Return 0 if zero bytes were readSergey Poznyakoff2
(get_input_line): Fix counting of input bytes. (smtp): Fix checking for returns from process_data_reply. * gacopyz/server.c (srv_format_macros): Do not add trailing zero to the packet. git-svn-id: file:///svnroot/mailfromd/trunk@1515 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-10* src/mailfromd.h [!ENABLE_NLS] (bindtextdomain): Fix definition.Sergey Poznyakoff3
* src/cache.c (cache_get2): Fix misplaced variable definition. git-svn-id: file:///svnroot/mailfromd/trunk@1514 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-10* src/dnsbase.c (dns_resolve_hostname): Remove stray free, leftSergey Poznyakoff2
over after 2007-09-03. git-svn-id: file:///svnroot/mailfromd/trunk@1513 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-13BugfixSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1512 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-13Fix MU version detectionSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1511 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-12(log_setup): Set up gacopyz_syslog_log_printer when logging to syslog.Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1510 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-11* src/mu_dbm.c [WITH_GDBM] (mu_dbm_firstkey,mu_dbm_nextkey):Sergey Poznyakoff8
Return MU_ERR_NOENT instead of MU_ERR_FAILURE. * src/mailfromd.h (get_rate): New argument mincount * src/rate.c: Likewise * src/bi_other.m4 (rate): Optional argument mincnt * src/mtasim.c: Accept MAIL FROM: and RCPT TO: without extra space after `:'. * doc/mailfromd.texi, NEWS: Update git-svn-id: file:///svnroot/mailfromd/trunk@1509 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1507 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-03UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1506 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-03* src/dnsbase.c (dns_resolve_hostname): Make name buffer bigSergey Poznyakoff3
enough to hold eventual CNAME expansions. Reporte by Jan Rafaj. * configure.ac: Improve to compile with the latest MU CVS. git-svn-id: file:///svnroot/mailfromd/trunk@1505 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-11UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1504 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-11UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1503 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1502 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10(a_lookup): Make name buffer big enough to hold eventual CNAME expansions.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1501 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1500 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10* src/gram.y (on_cond): Fix coredump if target address is notSergey Poznyakoff7
specified. (vardecl): Signal error if an auto variable is doubly defined. * tests/testsuite.at (EX_OK--EX_CONFIG): New defines (MF_CHECK_TEXT): New macro Add poll04.at and ashadow.at * tests/ashadow.at, tests/poll04.at: New files * doc/mailfromd.texi: Minor fixes git-svn-id: file:///svnroot/mailfromd/trunk@1499 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff168
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1497 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09UpdateSergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1496 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff174
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.