/[pkg-mixmaster]/trunk/Mix/Src/mail.c
ViewVC logotype

Log of /trunk/Mix/Src/mail.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 934 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 24 13:40:39 2006 UTC (6 years, 10 months ago) by rabbi
File length: 20840 byte(s)
Diff to previous 912 , to selected 523
Updated copyright dates.

Revision 912 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 8 21:53:31 2004 UTC (8 years, 8 months ago) by rabbi
File length: 20840 byte(s)
Diff to previous 785 , to selected 523
A proper error message might save someone else an hour of debugging.

Revision 785 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 1 00:30:40 2004 UTC (9 years ago) by weasel
File length: 20766 byte(s)
Diff to previous 710 , to selected 523
Replace all Sleep() by sleep() and add a #define for Sleep.

Revision 710 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 21 00:47:21 2004 UTC (9 years, 4 months ago) by rabbi
File length: 20873 byte(s)
Diff to previous 647 , to selected 523
Updated copyright dates, doc issues, misc fixes.

Revision 647 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 25 23:34:13 2003 UTC (9 years, 6 months ago) by weasel
File length: 20852 byte(s)
Diff to previous 591 , to selected 523
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 591 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 26 21:00:45 2003 UTC (9 years, 7 months ago) by weaselp
File length: 20900 byte(s)
Diff to previous 548 , to selected 523
Also count recipients if the address was explicitly passed to sendmail
doblock might filter out the only recipient and we do not want to pass the mail to the MTA then or try to deliver it via SMTP

Revision 548 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 11:32:45 2003 UTC (9 years, 10 months ago) by weaselp
File length: 20750 byte(s)
Diff to previous 545 , to selected 523
Config option PRECEDENCE allows setting the Precedence: header on all outgoing
mail.  (Hauke Lampe)

Revision 545 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 11:18:20 2003 UTC (9 years, 10 months ago) by weaselp
File length: 20676 byte(s)
Diff to previous 537 , to selected 523
The 'working on the train' commit:
Don't try to send a message if there are no recipients left.
Set default max-randhops from 20 to 4.
Remix-To chain is limited by max-randhops limit as well.
Messages to more than one remailer are dropped.

Revision 537 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 29 19:12:45 2003 UTC (9 years, 10 months ago) by weaselp
File length: 19028 byte(s)
Diff to previous 523
Rewind message buffer after searching recipient address.

Revision 523 - (view) (download) (annotate) - [selected]
Modified Sun Jun 1 18:53:11 2003 UTC (9 years, 11 months ago) by weaselp
File length: 19005 byte(s)
Diff to previous 345
Don't send messages to ourselves via the mailsystem but instead place them in
the pool as incoming messages so that they will get processed with the next
pool run.

Revision 345 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 10:15:55 2002 UTC (10 years, 7 months ago) by weaselp
File length: 18475 byte(s)
Diff to previous 332 , to selected 523
snprintf() takes care of the final \0 itself

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:53:32 2002 UTC (10 years, 7 months ago) by weaselp
File length: 18579 byte(s)
Diff to previous 269 , to selected 523
Whitespace cleanup:
for i in *.c; do cp -a $i $i.orig; sed -e 's/^        /<TAB>/' $i.orig > $i; rm $i.orig; done
for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done

Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 25 23:02:44 2002 UTC (10 years, 7 months ago) by ulfm
File length: 18777 byte(s)
Diff to previous 262 , to selected 523
AUTH LOGIN support for SMTP.

Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 18 23:26:17 2002 UTC (10 years, 8 months ago) by rabbi
File length: 17510 byte(s)
Diff to previous 228 , to selected 523
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.

We need to provide comments before every function as well.

Revision 228 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 21:59:43 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17277 byte(s)
Diff to previous 221 , to selected 523
Linux PPC fixes

Revision 221 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 6 22:45:06 2002 UTC (10 years, 8 months ago) by rabbi
File length: 17269 byte(s)
Diff to previous 204 , to selected 523
Standardized commenting conventions.

Revision 204 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 08:49:59 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17263 byte(s)
Diff to previous 203 , to selected 523
Random clean ups

Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 08:06:31 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17178 byte(s)
Diff to previous 173 , to selected 523
The files created with SENDMAIL outfile have different names now to scale beyond 10k files (closes: #587593).

Revision 173 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 22:23:16 2002 UTC (10 years, 9 months ago) by weaselp
File length: 16186 byte(s)
Diff to previous 122 , to selected 523
Ignore comment lines

Revision 122 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 17:27:01 2002 UTC (10 years, 9 months ago) by weaselp
File length: 16143 byte(s)
Diff to previous 121 , to selected 523
Make sure files are closed

Revision 121 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 17:53:47 2002 UTC (10 years, 9 months ago) by weaselp
File length: 16125 byte(s)
Diff to previous 120 , to selected 523
ANSI C does not allow extra ; outside of a function

Revision 120 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 17:08:02 2002 UTC (10 years, 9 months ago) by weaselp
File length: 16126 byte(s)
Diff to previous 116 , to selected 523
Submitted By: Sami Farin (safari):
Included correct header files.

Src/main.c had incorrect param to buf_appendf.

Added buf_write_sync() (used by Src/rem.c:mix_pool()).
Should a mixmaster machine crash, pool file can contain
any random data after reboot/journal recovery (at least
when using reiserfs).

Maybe not relevant, but strrchr should be used instead of
strchr when looking for domain part.

Src/pgpdata.c:pgp_elgdecrypt() passes uninitialized values
to BN_free if BN_CTX_new fails.

Src/pgpdata.c:pgp_elgencrypt() passes uninitialized value
to BN_free if the third mpi_get(key, i) fails.

Src/random.c does not check return value of read().

Src/rndseed.c does not check return value of read().

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 23:52:00 2002 UTC (10 years, 9 months ago) by weaselp
File length: 16146 byte(s)
Diff to previous 29 , to selected 523
Make smtp sending similar to local /usr/lib/sendmail sending (wrt header/body seperation; Closes: #482052).
Add X-Loop header on mailbox forwarded messages.

Revision 29 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 20:56:07 2001 UTC (11 years, 5 months ago) by rabbi
File length: 15856 byte(s)
Diff to previous 11 , to selected 523
Added dupicate address checking for MTAs that don't do duplicate checking.
ifdef'd out except for WIN32.

Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 6 23:41:58 2001 UTC (11 years, 6 months ago) by rabbi
File length: 15520 byte(s)
Diff to previous 1 , to selected 523
First round of changes adding support for Mixmaster as a service under
Windows NT.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 6 months ago) by rabbi
File length: 15399 byte(s)
Diff to selected 523
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5