You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(18) |
Oct
(28) |
Nov
(9) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(37) |
Feb
(16) |
Mar
|
Apr
(11) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(8) |
Nov
(14) |
Dec
(20) |
2005 |
Jan
(11) |
Feb
(8) |
Mar
(7) |
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(7) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
(11) |
Mar
|
Apr
(2) |
May
(7) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
2008 |
Jan
(5) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(12) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tom C. <tom...@us...> - 2004-09-29 16:28:59
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861 Modified Files: Tag: stable-1_2 ChangeLog Log Message: From Maurice Snellen: Fix lang/nl entry 152 (was opposite of English original). Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.19 retrieving revision 1.15.2.20 diff -u -d -r1.15.2.19 -r1.15.2.20 --- ChangeLog 7 Sep 2004 05:07:44 -0000 1.15.2.19 +++ ChangeLog 29 Sep 2004 16:28:43 -0000 1.15.2.20 @@ -9,6 +9,9 @@ Charlie Garrison - Fix invalid HTML in mod_autorespond.html. + Maurice Snellen + - Fix lang/nl entry 152 (was opposite of English original). + Tom Collins - Before considering an alias/forward to be a 'blackhole', make sure it's only a single line. |
From: Maurice S. <ki...@us...> - 2004-09-29 10:09:07
|
Update of /cvsroot/qmailadmin/qmailadmin/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25841 Modified Files: nl Log Message: Fixed wrong translation for 152 (was opposite of English original) Index: nl =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/lang/nl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- nl 13 Sep 2003 15:45:02 -0000 1.2 +++ nl 29 Sep 2004 10:08:48 -0000 1.3 @@ -117,7 +117,7 @@ 149 Kan laatste toevoeging niet verwijderen 150 Bestandsfout 151 Regel succesvol verwijderd -152 Doorstuur succesvol verwijderd +152 Doorstuur succesvol toegevoegd 153 Gebruikersnaam bestaat niet 154 Alias succesvol verwijderd 155 Ongeldige actie |
From: Tom C. <tom...@us...> - 2004-09-07 05:07:56
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2890/html Modified Files: Tag: stable-1_2 mod_autorespond.html Log Message: Fix invalid HTML in mod_autorespond.html. (patch from Charlie Garrison) Index: mod_autorespond.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/mod_autorespond.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- mod_autorespond.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ mod_autorespond.html 7 Sep 2004 05:07:45 -0000 1.1.1.1.2.2 @@ -40,9 +40,7 @@ </tr> <tr> <td align=right><b>##X005</b> </td> - <td><input type="text" size="40" name="owner" maxlength="128" ##F</td> - </tr> - </table> + <td><input type="text" size="40" name="owner" maxlength="128" ##F <input type="hidden" name="newu" value="##A"> <input type="hidden" name="user" value="##U"> <input type="hidden" name="dom" value="##D"> @@ -61,14 +59,16 @@ ] </b></font> </div> + </td> + </tr> + <!-- End of form fields --> + </table> </td> </tr> - <!-- End of form fields --> </table> + <!-- End of frame content --> </td> </tr> </table> - <!-- End of frame content --> - </td></tr></table> <!-- End of black frame --> </center> |
From: Tom C. <tom...@us...> - 2004-09-07 05:07:56
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2890 Modified Files: Tag: stable-1_2 ChangeLog template.c Log Message: Fix invalid HTML in mod_autorespond.html. (patch from Charlie Garrison) Index: template.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/template.c,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -d -r1.7.2.1 -r1.7.2.2 --- template.c 2 Feb 2004 00:39:47 -0000 1.7.2.1 +++ template.c 7 Sep 2004 05:07:45 -0000 1.7.2.2 @@ -199,9 +199,9 @@ TmpBuf3[j] = TmpBuf2[i]; } TmpBuf3[j] = '\0'; - fprintf(actout, "value=\"%s@%s\"><td>\n", TmpBuf3, Domain); + fprintf(actout, "value=\"%s@%s\"></td>\n", TmpBuf3, Domain); } else { - fprintf(actout, "value=\"%s\"><td>\n", &TmpBuf2[1]); + fprintf(actout, "value=\"%s\"></td>\n", &TmpBuf2[1]); } } upperit(ActionUser); Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.18 retrieving revision 1.15.2.19 diff -u -d -r1.15.2.18 -r1.15.2.19 --- ChangeLog 26 Aug 2004 00:12:02 -0000 1.15.2.18 +++ ChangeLog 7 Sep 2004 05:07:44 -0000 1.15.2.19 @@ -6,6 +6,9 @@ Rick Widmer - Updated INSTALL documentation (from 2004-05-07). + Charlie Garrison + - Fix invalid HTML in mod_autorespond.html. + Tom Collins - Before considering an alias/forward to be a 'blackhole', make sure it's only a single line. |
From: Tom C. <tom...@us...> - 2004-09-06 17:29:32
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10089 Modified Files: Tag: stable-1_2 auth.c Log Message: clean up 'file error 6' error message Index: auth.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/auth.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- auth.c 14 Jan 2004 15:59:50 -0000 1.3 +++ auth.c 6 Sep 2004 17:29:23 -0000 1.3.2.1 @@ -124,7 +124,7 @@ GetValue(TmpBuf, ip_value, "ip_addr=", sizeof(ip_value)); if ( strcmp(ip_addr, ip_value) != 0 ) { unlink(TmpBuf1); - sprintf(StatusMessage, "%s %d (%s != %s .. %s)\n", get_html_text("150"), 6, ip_addr, ip_value, TmpBuf); + sprintf(StatusMessage, "%s %d (%s != %s)\n", get_html_text("150"), 6, ip_addr, ip_value); show_login(); vclose(); exit(0); |
From: Tom C. <tom...@us...> - 2004-08-26 00:44:02
|
Update of /cvsroot/qmailadmin/qmailadmin/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10537/lang Modified Files: Tag: stable-1_2 en Log Message: minor update to clarify english text for a moderation option [913265] Index: en =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/lang/en,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- en 10 Oct 2003 03:40:59 -0000 1.2 +++ en 26 Aug 2004 00:43:52 -0000 1.2.2.1 @@ -232,7 +232,7 @@ 264 Only subscribers can post, all others bounce. 265 Only subscribers can post, all others go to moderators for approval. 266 Only moderators can post, all others bounce. -267 Only moderators can post, all others go to moderators for approval. +267 Only moderators can post, all messages go to moderators for approval. 268 List Options 269 Prefix outgoing subject headers with <B>[%s]</B>. 270 Include a trailer at the end of each message. |
From: Tom C. <tom...@us...> - 2004-08-26 00:12:12
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3400 Modified Files: Tag: stable-1_2 ChangeLog alias.c Log Message: stop displaying aliases that are really ezmlm mailing list owner addresses (non-valias systems) Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.6 retrieving revision 1.4.2.7 diff -u -d -r1.4.2.6 -r1.4.2.7 --- alias.c 25 Aug 2004 23:58:56 -0000 1.4.2.6 +++ alias.c 26 Aug 2004 00:12:03 -0000 1.4.2.7 @@ -188,6 +188,12 @@ alias_name[j] = mydirent->d_name[i] == ':' ? '.' : mydirent->d_name[i]; } alias_name[j] = 0; + + /* until there's a better solution, assume that all aliases ending + * with "-owner" are ezmlm lists and should be ignored. + */ + if (strcmp ("-owner", &alias_name[j-6]) == 0) continue; + memset(TmpBuf2, 0, sizeof(TmpBuf2)); fgets(TmpBuf2, sizeof(TmpBuf2), fs); alias_name_from_command = dotqmail_alias_command(TmpBuf2); Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.17 retrieving revision 1.15.2.18 diff -u -d -r1.15.2.17 -r1.15.2.18 --- ChangeLog 25 Aug 2004 23:58:56 -0000 1.15.2.17 +++ ChangeLog 26 Aug 2004 00:12:02 -0000 1.15.2.18 @@ -9,6 +9,10 @@ Tom Collins - Before considering an alias/forward to be a 'blackhole', make sure it's only a single line. + - Ignore .qmail-alias files if 'alias' ends in '-owner'. We assume + it's for a mailing list and isn't an alias. Note that this only + affects systems that don't store aliases in the valias table and + reverts to pre-1.2.2 behavior. [992132] 1.2.2 - released 25-Jun-04 |
From: Tom C. <tom...@us...> - 2004-08-25 23:59:05
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32649 Modified Files: Tag: stable-1_2 ChangeLog alias.c Log Message: Before considering an alias/forward to be a 'blackhole', make sure it's only a single line. Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -u -d -r1.4.2.5 -r1.4.2.6 --- alias.c 29 Apr 2004 23:31:36 -0000 1.4.2.5 +++ alias.c 25 Aug 2004 23:58:56 -0000 1.4.2.6 @@ -132,8 +132,16 @@ } if (k > startnumber) { if (*alias_line == '#') { - add_alias_entry (alias_name, "#"); - } else while (1) { + alias_line = valias_select_all_next (alias_name); + if (strcmp (this_alias, alias_name) != 0) { + /* single comment, treat as blackhole */ + add_alias_entry (this_alias, "#"); + continue; + } else { + alias_name_from_command = dotqmail_alias_command(alias_line); + } + } + while (1) { if (alias_name_from_command != NULL) { add_alias_entry (alias_name, alias_name_from_command); } @@ -197,16 +205,17 @@ continue; } - /* Note that the current system fails for multi-line .qmail-user files - where the first line starts with a '#' or is invalid. - This is good for mailing lists (since dotqmail_alias_command bails - on program delivery that contains ezmlm) but bad for people who - may have complex .qmail-user files that start with a comment. */ - if (*TmpBuf2 == '#') { - /* this is a blackhole account */ - add_alias_entry (alias_name, "#"); - } else while (1) { + if (fgets(TmpBuf2, sizeof(TmpBuf2), fs) == NULL) { + /* just a single comment, this is a blackhole account */ + add_alias_entry (alias_name, "#"); + fclose(fs); + continue; + } else { + alias_name_from_command = dotqmail_alias_command(TmpBuf2); + } + } + while (1) { if (alias_name_from_command != NULL) { add_alias_entry (alias_name, alias_name_from_command); } Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.16 retrieving revision 1.15.2.17 diff -u -d -r1.15.2.16 -r1.15.2.17 --- ChangeLog 24 Aug 2004 05:51:03 -0000 1.15.2.16 +++ ChangeLog 25 Aug 2004 23:58:56 -0000 1.15.2.17 @@ -6,6 +6,10 @@ Rick Widmer - Updated INSTALL documentation (from 2004-05-07). + Tom Collins + - Before considering an alias/forward to be a 'blackhole', make + sure it's only a single line. + 1.2.2 - released 25-Jun-04 Oden Eriksson |
From: Tom C. <tom...@us...> - 2004-08-24 05:51:15
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107 Modified Files: Tag: stable-1_2 ChangeLog INSTALL Log Message: updated INSTALL documenation from Rick Widmer Index: INSTALL =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/INSTALL,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -u -d -r1.5.2.2 -r1.5.2.3 --- INSTALL 10 Feb 2004 20:48:02 -0000 1.5.2.2 +++ INSTALL 24 Aug 2004 05:51:03 -0000 1.5.2.3 @@ -210,7 +210,18 @@ Then you can log into qmailadmin with "your new domain name" and the password you set with the vadddomain command. -10. Enjoy +10. There are a number of things you can pass to qmailadmin when you run +it. I believe they can be sent via either post or get. + + domain = set the domain name in the login page. + + user = set the user name in the login page. + + returnhttp and returntext (both must be used) = create a link to + returnhttp on all qmailadmin pages with returntext for its label. + + +11. Enjoy If you have any questions or comments please email su...@in... or join the mailing list at Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.15 retrieving revision 1.15.2.16 diff -u -d -r1.15.2.15 -r1.15.2.16 --- ChangeLog 12 Aug 2004 05:07:40 -0000 1.15.2.15 +++ ChangeLog 24 Aug 2004 05:51:03 -0000 1.15.2.16 @@ -3,6 +3,9 @@ 1.2.3 - unreleased + Rick Widmer + - Updated INSTALL documentation (from 2004-05-07). + 1.2.2 - released 25-Jun-04 Oden Eriksson |
From: Tom C. <tom...@us...> - 2004-08-12 05:08:25
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28025 Modified Files: Tag: stable-1_2 config.h.in Log Message: missing update from removal of /bin/true path Index: config.h.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/config.h.in,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -d -r1.5 -r1.5.2.1 --- config.h.in 18 Jan 2004 16:41:14 -0000 1.5 +++ config.h.in 12 Aug 2004 05:08:16 -0000 1.5.2.1 @@ -154,9 +154,6 @@ #undef STDC_HEADERS /* "" */ -#undef TRUE_PATH - -/* "" */ #undef USER_INDEX /* "" */ |
From: Tom C. <tom...@us...> - 2004-08-12 05:07:49
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27955 Modified Files: Tag: stable-1_2 ChangeLog configure.in configure Log Message: start 1.2.3 release Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.14 retrieving revision 1.15.2.15 diff -u -d -r1.15.2.14 -r1.15.2.15 --- ChangeLog 26 Jun 2004 00:13:06 -0000 1.15.2.14 +++ ChangeLog 12 Aug 2004 05:07:40 -0000 1.15.2.15 @@ -1,6 +1,8 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. +1.2.3 - unreleased + 1.2.2 - released 25-Jun-04 Oden Eriksson Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.14.2.4 retrieving revision 1.14.2.5 diff -u -d -r1.14.2.4 -r1.14.2.5 --- configure 13 Jun 2004 01:48:15 -0000 1.14.2.4 +++ configure 12 Aug 2004 05:07:40 -0000 1.14.2.5 @@ -1657,7 +1657,7 @@ QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.2" +QA_VERSION="1.2.3" cat >>confdefs.h <<_ACEOF Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.15.2.4 retrieving revision 1.15.2.5 diff -u -d -r1.15.2.4 -r1.15.2.5 --- configure.in 13 Jun 2004 01:48:15 -0000 1.15.2.4 +++ configure.in 12 Aug 2004 05:07:40 -0000 1.15.2.5 @@ -6,7 +6,7 @@ AC_CANONICAL_HOST QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.2" +QA_VERSION="1.2.3" AC_DEFINE_UNQUOTED(QA_PACKAGE,"$QA_PACKAGE","") AC_DEFINE_UNQUOTED(QA_VERSION,"$QA_VERSION","") |
From: Tom C. <tom...@us...> - 2004-06-26 00:13:15
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31369 Modified Files: Tag: stable-1_2 ChangeLog Log Message: set release date of 1.2.2 Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.13 retrieving revision 1.15.2.14 diff -u -d -r1.15.2.13 -r1.15.2.14 --- ChangeLog 13 Jun 2004 01:48:14 -0000 1.15.2.13 +++ ChangeLog 26 Jun 2004 00:13:06 -0000 1.15.2.14 @@ -1,7 +1,7 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.2.2 - unreleased +1.2.2 - released 25-Jun-04 Oden Eriksson - Added "lazy snap to" javascripts to have the cursor jump to the |
From: Tom C. <tom...@us...> - 2004-06-13 01:48:26
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30677 Modified Files: Tag: stable-1_2 ChangeLog configure.in configure Log Message: Remove --enable-true-path from configure (no longer used). Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.12 retrieving revision 1.15.2.13 diff -u -d -r1.15.2.12 -r1.15.2.13 --- ChangeLog 12 Jun 2004 21:28:04 -0000 1.15.2.12 +++ ChangeLog 13 Jun 2004 01:48:14 -0000 1.15.2.13 @@ -21,6 +21,7 @@ - Display aliases with "-default" in the name. - Use "# delete" instead of "|/bin/true delete" for blackholed accounts. + - Remove --enable-true-path from configure (no longer used). 1.2.1 - released 10-Feb-04 Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.14.2.3 retrieving revision 1.14.2.4 diff -u -d -r1.14.2.3 -r1.14.2.4 --- configure 18 Feb 2004 18:43:35 -0000 1.14.2.3 +++ configure 13 Jun 2004 01:48:15 -0000 1.14.2.4 @@ -848,7 +848,6 @@ --enable-imagedir=DIR Where to put the image files DocumentRoot/images/qmailadmin. --enable-htmllibdir=DIR qmailadmin HTML library directory. --enable-qmaildir=DIR directory where qmail is installed. - --enable-true-path=PATH Path to 'true' binary. --enable-ezmlmdir=PATH Path to ezmlm binaries or =n to disable. --enable-cgipath=PATH URL path for cgi /cgi-bin/qmailadmin. --enable-autoresponder-path=PATH Path to autoresponder directory. @@ -4620,34 +4619,6 @@ _ACEOF -true_path="" -for f in /bin /usr/bin /usr/local/bin -do - if test -f $f/true - then - true_path=$f - fi -done -# Check whether --enable-true-path or --disable-true-path was given. -if test "${enable_true_path+set}" = set; then - enableval="$enable_true_path" - true_path="$enableval" -else - - if test "$true_path" = "" - then - { { echo "$as_me:$LINENO: error: Unable to find 'true' binary, specify --enable-true-path." >&5 -echo "$as_me: error: Unable to find 'true' binary, specify --enable-true-path." >&2;} - { (exit 1); exit 1; }; } - fi - -fi; - -cat >>confdefs.h <<_ACEOF -#define TRUE_PATH "$true_path" -_ACEOF - - ezmlmdir="" for f in /usr/local/bin/ezmlm /usr/bin /usr/sbin /usr/local/bin do Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.15.2.3 retrieving revision 1.15.2.4 diff -u -d -r1.15.2.3 -r1.15.2.4 --- configure.in 18 Feb 2004 18:43:35 -0000 1.15.2.3 +++ configure.in 13 Jun 2004 01:48:15 -0000 1.15.2.4 @@ -176,24 +176,6 @@ ] ) AC_DEFINE_UNQUOTED(QMAILDIR,"$qmaildir","") -true_path="" -for f in /bin /usr/bin /usr/local/bin -do - if test -f $f/true - then - true_path=$f - fi -done -AC_ARG_ENABLE(true-path, [ --enable-true-path=PATH Path to 'true' binary.], - true_path="$enableval", - [ - if test "$true_path" = "" - then - AC_MSG_ERROR([Unable to find 'true' binary, specify --enable-true-path.]) - fi - ] ) -AC_DEFINE_UNQUOTED(TRUE_PATH,"$true_path","") - ezmlmdir="" for f in /usr/local/bin/ezmlm /usr/bin /usr/sbin /usr/local/bin do |
From: Tom C. <tom...@us...> - 2004-06-12 21:28:29
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7455 Modified Files: Tag: stable-1_2 ChangeLog user.c Log Message: Use '# delete' instead of '|/bin/true delete' for blackholed accounts. Index: user.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/user.c,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -d -r1.11 -r1.11.2.1 --- user.c 26 Jan 2004 18:16:40 -0000 1.11 +++ user.c 12 Jun 2004 21:28:04 -0000 1.11.2.1 @@ -996,8 +996,10 @@ snprintf(NewBuf,sizeof(NewBuf),"%s/.qmail", vpw->pw_dir); fs = fopen(NewBuf,"w"); - /* for now we use /bin/true, eventually switch this to '# delete' */ - fprintf(fs, "|%s/true delete\n", TRUE_PATH); + /* we use '# delete' since comments are ignored in vdelivermail, + * but qmailadmin looks for ' delete' to know that it's a + * blackhole account. */ + fprintf(fs, "# delete\n"); fclose(fs); Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.11 retrieving revision 1.15.2.12 diff -u -d -r1.15.2.11 -r1.15.2.12 --- ChangeLog 29 Apr 2004 23:31:36 -0000 1.15.2.11 +++ ChangeLog 12 Jun 2004 21:28:04 -0000 1.15.2.12 @@ -19,6 +19,8 @@ QmailAdmin into an infinite loop (Modify Alias). [941082] - Display non-ezmlm aliases with "-owner" in the name. - Display aliases with "-default" in the name. + - Use "# delete" instead of "|/bin/true delete" for blackholed + accounts. 1.2.1 - released 10-Feb-04 |
From: Rick W. <rw...@us...> - 2004-05-08 02:51:24
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29828/html Modified Files: header.html Log Message: Add a note to INSTALL about things you can pass in GET when logging in to qmailadmin. Index: header.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/header.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- header.html 7 Feb 2004 09:22:36 -0000 1.6 +++ header.html 8 May 2004 02:51:15 -0000 1.7 @@ -4,15 +4,11 @@ <title>QmailAdmin ##D</title> <meta http-equiv="content-type" content="text/html; charset=##X000"> <meta name="robots" content="noindex,follow"> - <style type="text/css"> - <!-- a {color: black;} --> - </style> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Thu, 1 Jan 1970 00:00:00 GMT"> </head> - <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" - VLINK="#0000FF" ALINK="#FF0000" > +<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#0000FF" ALINK="#FF0000"> <center><H1>QmailAdmin - ##D</H1></center> <HR width=100%> @@ -23,13 +19,23 @@ <A Href="/">Home</a><BR> <A Href="/cgi-bin/qmailadmin/?user=postmaster&dom=test.com">QmailAdmin</a><BR> -<A Href="/mailadmin/">Viewer</a><BR> -<A Href="/pmailadmin/?user=postmaster&dom=test.com">pMailAdmin</a><BR> +<A Href="/mailtest/index.php">Test Menu</a><BR> +<BR> +pMailAdmin<BR> + +<A Href="/daemon/list.php?UserName=postmaster&Domain=test.com">daemon</a><BR> + +<A Href="/extension/list.php?UserName=postmaster&Domain=test.com">extension</a><BR> <BR> -<A Href="http://qmailadmin.sf.net/">SF QmailAdmin</a><BR> -<A Href="http://vpopmail.sf.net/">SF vpopmail</a><BR> +SourceFORGE<BR> + +<A Href="http://pmailadmin.sf.net/">pMailAdmin</a><BR> + +<A Href="http://qmailadmin.sf.net/">qmailadmin</a><BR> + +<A Href="http://vpopmail.sf.net/">vpopmail</a><BR> <BR><BR> |
From: Rick W. <rw...@us...> - 2004-05-08 02:51:23
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29828 Modified Files: INSTALL Log Message: Add a note to INSTALL about things you can pass in GET when logging in to qmailadmin. Index: INSTALL =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- INSTALL 1 Feb 2004 00:50:28 -0000 1.6 +++ INSTALL 8 May 2004 02:51:15 -0000 1.7 @@ -205,7 +205,18 @@ Then you can log into qmailadmin with "your new domain name" and the password you set with the vadddomain command. -10. Enjoy +10. There are a number of things you can pass to qmailadmin when you run +it. I believe they can be sent via either post or get. + + domain = set the domain name in the login page. + + user = set the user name in the login page. + + returnhttp and returntext (both must be used) = create a link to + returnhttp on all qmailadmin pages with returntext for its label. + + +11. Enjoy If you have any questions or comments please email su...@in... or join the mailing list at |
From: Tom C. <tom...@us...> - 2004-04-29 23:31:47
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23488 Modified Files: Tag: stable-1_2 ChangeLog alias.c Log Message: display aliases with -owner or -default in their names Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.4 retrieving revision 1.4.2.5 diff -u -d -r1.4.2.4 -r1.4.2.5 --- alias.c 24 Apr 2004 01:12:50 -0000 1.4.2.4 +++ alias.c 29 Apr 2004 23:31:36 -0000 1.4.2.5 @@ -167,14 +167,8 @@ for (m=0; m<n; m++) { mydirent=namelist[m]; - /* - * don't read files that are really ezmlm-idx listowners, - * i.e. .qmail-user-owner - * - */ if ( strncmp(".qmail-", mydirent->d_name, 7) == 0 ) { - if ( strstr(mydirent->d_name, "-owner") != NULL ) continue; - if ( strstr(mydirent->d_name, "-default") != NULL ) continue; + if ( strcmp(mydirent->d_name, ".qmail-default") == 0 ) continue; if ( (fs=fopen(mydirent->d_name,"r"))==NULL) { fprintf(actout,"<tr><td colspan=4>"); Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.10 retrieving revision 1.15.2.11 diff -u -d -r1.15.2.10 -r1.15.2.11 --- ChangeLog 24 Apr 2004 01:12:46 -0000 1.15.2.10 +++ ChangeLog 29 Apr 2004 23:31:36 -0000 1.15.2.11 @@ -17,6 +17,8 @@ - Display forwards even if they're all blackholes. [941083] - Fixed bug where unrecognized .qmail-alias entries could throw QmailAdmin into an infinite loop (Modify Alias). [941082] + - Display non-ezmlm aliases with "-owner" in the name. + - Display aliases with "-default" in the name. 1.2.1 - released 10-Feb-04 |
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14015 Modified Files: NEWS TODO alias.c auth.c autorespond.c command.c forward.c qmailadmin.h qmailadminx.h template.c user.c Log Message: Make it compile with vpopmail after defining MAX_BUFF globally so qmailadmin can see it. See notes at top of TODO. Index: qmailadmin.h =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadmin.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- qmailadmin.h 7 Feb 2004 09:22:36 -0000 1.4 +++ qmailadmin.h 29 Apr 2004 06:07:26 -0000 1.5 @@ -23,7 +23,6 @@ #define MAX_FILE_NAME 100 -#define MAX_BUFF 500 #define MAX_BIG_BUFF 5000 #define QMAILADMIN_UNLIMITED -1 Index: autorespond.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/autorespond.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- autorespond.c 7 Feb 2004 09:22:36 -0000 1.9 +++ autorespond.c 29 Apr 2004 06:07:25 -0000 1.10 @@ -25,8 +25,6 @@ #include <unistd.h> #include <pwd.h> #include <dirent.h> -#include <vpopmail.h> -#include <vauth.h> #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- alias.c 7 Feb 2004 09:22:36 -0000 1.9 +++ alias.c 29 Apr 2004 06:07:25 -0000 1.10 @@ -24,8 +24,6 @@ #include <pwd.h> #include <errno.h> #include <dirent.h> -#include <vpopmail.h> -#include <vauth.h> #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" Index: command.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/command.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- command.c 7 Feb 2004 09:22:36 -0000 1.7 +++ command.c 29 Apr 2004 06:07:26 -0000 1.8 @@ -25,8 +25,6 @@ #include <unistd.h> #include <pwd.h> #include <dirent.h> -#include <vpopmail.h> -#include <vauth.h> #include "qmailadmin.h" #include "qmailadminx.h" #include <vpopmail_config.h> Index: user.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/user.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- user.c 7 Feb 2004 09:22:36 -0000 1.16 +++ user.c 29 Apr 2004 06:07:26 -0000 1.17 @@ -35,8 +35,6 @@ #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" -#include "vpopmail.h" -#include "vauth.h" #define HOOKS 1 Index: forward.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/forward.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- forward.c 7 Feb 2004 09:22:36 -0000 1.7 +++ forward.c 29 Apr 2004 06:07:26 -0000 1.8 @@ -25,8 +25,6 @@ #include <unistd.h> #include <pwd.h> #include <dirent.h> -#include <vpopmail.h> -#include <vauth.h> #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" Index: template.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/template.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- template.c 7 Feb 2004 09:22:36 -0000 1.11 +++ template.c 29 Apr 2004 06:07:26 -0000 1.12 @@ -28,14 +28,12 @@ #include <unistd.h> #include <pwd.h> #include <dirent.h> -#include <vpopmail.h> #include <vpopmail_config.h> /* undef some macros that get redefined in config.h below */ #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#include <vauth.h> #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" Index: qmailadminx.h =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadminx.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- qmailadminx.h 31 Jan 2004 11:08:00 -0000 1.5 +++ qmailadminx.h 29 Apr 2004 06:07:26 -0000 1.6 @@ -15,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ + +#include <vpopmail.h> #include <vauth.h> #include <vlimits.h> Index: NEWS =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/NEWS,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- NEWS 7 Feb 2004 09:22:36 -0000 1.9 +++ NEWS 29 Apr 2004 06:07:25 -0000 1.10 @@ -7,6 +7,22 @@ ################################################################# +040428 + +Qmailadmin now requires vpopmail CVS from today or later. The key +change is moving MAX_BUFF to a global position where it is now visible +to qmailadmin. + +This update to qmailadmin makes it compile with the latest vpopmail. + +The latest vpopmail already includes all my patches, so currently there +is nothing you have to add. + +See TODO for a list of things I have found that need to be fixed before +release. I am moving to the extension now, and will add access to new +vpopmail features before fixing the things I've found here. + + 040207 get_html_text now takes an int instead of a string. Index: TODO =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- TODO 1 Feb 2004 02:13:56 -0000 1.3 +++ TODO 29 Apr 2004 06:07:25 -0000 1.4 @@ -3,6 +3,29 @@ Rick's todo list: +Jumping to the top of the list are these buglets found in recent +testing. + +1. When adding the first forward, the program jumps to the menu +instead of the forwards page. + +2. When adding a mail robot, rwidmer was not allowed as a forward +address, and I was presented with a blank screen, and an error +message. It did go to the right next page though. Email address +in the form user@domain.test was accepted. If only addresses are +allowed, say so. Better yet, allow users within the domain to +be specified by name only, and maybe use direct to mailbox deliveries +for that. + +3. Delete of user did not actually work. Confirm screen was given +and delete was confirmed, but delete did not actually happen. + +4. Catchall account has delete option. It should not be deleteable, and +the lack of a trash can should show it. + +5. Create email account is not showing its button to add the user. + + Add jump to first field javascript to templates. TMDA checkbox. Index: auth.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/auth.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- auth.c 7 Feb 2004 09:22:36 -0000 1.8 +++ auth.c 29 Apr 2004 06:07:25 -0000 1.9 @@ -28,8 +28,6 @@ #include "config.h" #include "qmailadmin.h" #include "qmailadminx.h" -#include <vpopmail.h> -#include <vauth.h> set_admin_type() { |
From: Tom C. <tom...@us...> - 2004-04-24 01:12:58
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24636 Modified Files: Tag: stable-1_2 ChangeLog alias.c Log Message: Fixed bug where unrecognized .qmail-alias entries could throw QmailAdmin into an infinite loop (Modify Alias). [fixes 941082] Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -u -d -r1.4.2.3 -r1.4.2.4 --- alias.c 24 Apr 2004 01:06:40 -0000 1.4.2.3 +++ alias.c 24 Apr 2004 01:12:50 -0000 1.4.2.4 @@ -342,10 +342,10 @@ while (alias_line != NULL) { alias_name_from_command = dotqmail_alias_command(alias_line); - /* check to see if it is an invalid line , if so skip to next */ - if (alias_name_from_command == NULL ) continue; + /* Make sure it is valid before displaying it. */ + if (alias_name_from_command != NULL ) + add_alias_entry (user, alias_line); - add_alias_entry (user, alias_line); alias_line = valias_select_next(); } Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.9 retrieving revision 1.15.2.10 diff -u -d -r1.15.2.9 -r1.15.2.10 --- ChangeLog 24 Apr 2004 01:06:40 -0000 1.15.2.9 +++ ChangeLog 24 Apr 2004 01:12:46 -0000 1.15.2.10 @@ -15,6 +15,8 @@ - Allow user to create a 'blackhole' address by entering "#" as the forwarding address when creating a new alias. - Display forwards even if they're all blackholes. [941083] + - Fixed bug where unrecognized .qmail-alias entries could throw + QmailAdmin into an infinite loop (Modify Alias). [941082] 1.2.1 - released 10-Feb-04 |
From: Tom C. <tom...@us...> - 2004-04-24 01:06:54
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23784 Modified Files: Tag: stable-1_2 ChangeLog alias.c forward.c qmailadmin.c qmailadminx.h Log Message: Display forwards even if they're all blackholes. [fixes 941083] Index: qmailadminx.h =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadminx.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- qmailadminx.h 10 Dec 2003 06:00:48 -0000 1.2 +++ qmailadminx.h 24 Apr 2004 01:06:40 -0000 1.2.2.1 @@ -67,6 +67,7 @@ extern int CurPopAccounts; extern int CurForwards; +extern int CurBlackholes; extern int CurAutoResponders; extern int CurMailingLists; Index: qmailadmin.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadmin.c,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -d -r1.6 -r1.6.2.1 --- qmailadmin.c 26 Jan 2004 00:41:07 -0000 1.6 +++ qmailadmin.c 24 Apr 2004 01:06:40 -0000 1.6.2.1 @@ -87,6 +87,7 @@ int CurPopAccounts; int CurForwards; +int CurBlackholes; int CurAutoResponders; int CurMailingLists; uid_t Uid; Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -d -r1.4.2.2 -r1.4.2.3 --- alias.c 24 Apr 2004 01:03:07 -0000 1.4.2.2 +++ alias.c 24 Apr 2004 01:06:40 -0000 1.4.2.3 @@ -622,7 +622,7 @@ /* don't display aliases/forwards if we just deleted the last one */ count_forwards(); - if(CurForwards == 0) { + if(CurForwards == 0 && CurBlackholes == 0) { show_menu(Username, Domain, Mytime); } else { show_forwards(Username,Domain,Mytime,RealDir); Index: forward.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/forward.c,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- forward.c 2 Feb 2004 00:39:47 -0000 1.2.2.1 +++ forward.c 24 Apr 2004 01:06:40 -0000 1.2.2.2 @@ -43,7 +43,7 @@ count_forwards(); - if(CurForwards == 0) { + if(CurForwards == 0 && CurBlackholes == 0) { sprintf(StatusMessage,"%s", get_html_text("232")); show_menu(Username, Domain, Mytime); vclose(); @@ -64,11 +64,12 @@ int isforward; CurForwards = 0; + CurBlackholes = 0; alias_line = valias_select_all (alias_name, Domain); while (alias_line != NULL) { strcpy (this_alias, alias_name); - if (*alias_line == '#') { /* blackhole++ */ } + if (*alias_line == '#') { CurBlackholes++; } else { char *p1, *p2; int isforward; Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.8 retrieving revision 1.15.2.9 diff -u -d -r1.15.2.8 -r1.15.2.9 --- ChangeLog 24 Apr 2004 01:03:07 -0000 1.15.2.8 +++ ChangeLog 24 Apr 2004 01:06:40 -0000 1.15.2.9 @@ -14,6 +14,7 @@ Tom Collins - Allow user to create a 'blackhole' address by entering "#" as the forwarding address when creating a new alias. + - Display forwards even if they're all blackholes. [941083] 1.2.1 - released 10-Feb-04 |
From: Tom C. <tom...@us...> - 2004-04-24 01:03:16
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23243 Modified Files: Tag: stable-1_2 ChangeLog alias.c Log Message: Allow user to create a 'blackhole' address by entering '#' as the forwarding address when creating a new alias. Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -d -r1.4.2.1 -r1.4.2.2 --- alias.c 2 Feb 2004 00:39:47 -0000 1.4.2.1 +++ alias.c 24 Apr 2004 01:03:07 -0000 1.4.2.2 @@ -546,6 +546,14 @@ return(-1); } + if (strcmp (dest, "#") == 0) { + if (dotqmail_add_line(forwardname, "#")) { + sprintf(StatusMessage, "%s %d\n", get_html_text("150"), 2); + return(-1); + } + return 0; + } + /* see if forwarding to a local user */ if (strstr(dest, "@") == NULL) { if (check_local_user(dest) == 0) { Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.7 retrieving revision 1.15.2.8 diff -u -d -r1.15.2.7 -r1.15.2.8 --- ChangeLog 5 Apr 2004 10:31:04 -0000 1.15.2.7 +++ ChangeLog 24 Apr 2004 01:03:07 -0000 1.15.2.8 @@ -11,6 +11,10 @@ Zhao Xin - Add Traditional Chinese (zh-cn) translation. + Tom Collins + - Allow user to create a 'blackhole' address by entering "#" as + the forwarding address when creating a new alias. + 1.2.1 - released 10-Feb-04 Tom Collins |
From: Tom C. <tom...@us...> - 2004-04-05 10:43:42
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20669 Modified Files: Tag: stable-1_2 ChangeLog TRANSLATORS Log Message: Add Zhao Xin's name to ChanageLog and TRANSLATORS file Index: TRANSLATORS =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/TRANSLATORS,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -d -r1.3.2.1 -r1.3.2.2 --- TRANSLATORS 4 Apr 2004 05:23:33 -0000 1.3.2.1 +++ TRANSLATORS 5 Apr 2004 10:31:05 -0000 1.3.2.2 @@ -25,7 +25,7 @@ sk Slovak Peter Hudec <ph...@po...> sv Swedish Oden Eriksson <od...@kv...> tr Turkish Omer Faruk Sen <of...@en...> -zh-CN Trad. Chinese <qu...@hu...> +zh-CN Trad. Chinese Zhao Xin <qu...@hu...> Past Translators: da Danish unknown Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.6 retrieving revision 1.15.2.7 diff -u -d -r1.15.2.6 -r1.15.2.7 --- ChangeLog 4 Apr 2004 05:23:33 -0000 1.15.2.6 +++ ChangeLog 5 Apr 2004 10:31:04 -0000 1.15.2.7 @@ -8,7 +8,7 @@ most interesting input field. The idea was stolen from Mr. Sam's sqwebmail package. [897088] - quake at huangdong dot com + Zhao Xin - Add Traditional Chinese (zh-cn) translation. 1.2.1 - released 10-Feb-04 |
From: Tom C. <tom...@us...> - 2004-04-04 05:35:57
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18612 Modified Files: Tag: stable-1_2 TRANSLATORS ChangeLog Log Message: Add Traditional Chinese translation from qu...@hu... Index: TRANSLATORS =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/TRANSLATORS,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- TRANSLATORS 18 Jan 2004 15:26:02 -0000 1.3 +++ TRANSLATORS 4 Apr 2004 05:23:33 -0000 1.3.2.1 @@ -25,6 +25,7 @@ sk Slovak Peter Hudec <ph...@po...> sv Swedish Oden Eriksson <od...@kv...> tr Turkish Omer Faruk Sen <of...@en...> +zh-CN Trad. Chinese <qu...@hu...> Past Translators: da Danish unknown Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -u -d -r1.15.2.5 -r1.15.2.6 --- ChangeLog 18 Feb 2004 18:44:38 -0000 1.15.2.5 +++ ChangeLog 4 Apr 2004 05:23:33 -0000 1.15.2.6 @@ -8,6 +8,9 @@ most interesting input field. The idea was stolen from Mr. Sam's sqwebmail package. [897088] + quake at huangdong dot com + - Add Traditional Chinese (zh-cn) translation. + 1.2.1 - released 10-Feb-04 Tom Collins |
From: Tom C. <tom...@us...> - 2004-04-04 05:35:57
|
Update of /cvsroot/qmailadmin/qmailadmin/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18612/lang Added Files: Tag: stable-1_2 zh-cn Log Message: Add Traditional Chinese translation from qu...@hu... --- NEW FILE: zh-cn --- (This appears to be a binary file; contents omitted.) |
From: Ken J. <kb...@us...> - 2004-04-01 23:25:48
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2996 Modified Files: ChangeLog Log Message: second try to add zh-cn file. Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 1 Apr 2004 23:05:32 -0000 1.17 +++ ChangeLog 1 Apr 2004 23:13:44 -0000 1.18 @@ -3,7 +3,7 @@ 1.3.0 - unreleased Ken Jones - - new ch-zh language file contribution by quake at huangdong dot com + - new zh-cn language file contribution by quake at huangdong dot com 1.2.1-pre1 - unreleased |