/[drupal]/contributions/modules/og2list/mail-out.pl
ViewVC logotype

Log of /contributions/modules/og2list/mail-out.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.26.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 18:08:34 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.26.2.2: +0 -0 lines
Diff to previous 1.26.2.2 , to branch point 1.26 , to next main 1.37
backport from HEAD

Revision 1.26.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 08:45:32 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.26.2.1: +59 -14 lines
Diff to previous 1.26.2.1 , to branch point 1.26
Backport from HEAD

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 08:39:15 2006 UTC (3 years ago) by killes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +37 -9 lines
Diff to previous 1.36
#85964, make digests fully work, patch by galapas

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 00:17:10 2006 UTC (3 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
for digests we do want to have the comments we made ourselves included

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 23:58:54 2006 UTC (3 years, 2 months ago) by bengen
Branch: MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
Big fat FIXME

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 23:51:33 2006 UTC (3 years, 2 months ago) by bengen
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
Replace "7" with symbolic constant

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 22:07:59 2006 UTC (3 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.32: +5 -6 lines
Diff to previous 1.32
keep mail-out.pl in sync with Ui changes in og2list.module, some code cleanup, only insert messages that are about to be sent into recipients table

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 21:49:43 2006 UTC (3 years, 2 months ago) by bengen
Branch: MAIN
Changes since 1.31: +9 -5 lines
Diff to previous 1.31
Fixes for digest sending, a nasty typo and some errors WRT complex
data structures

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 4 14:20:24 2006 UTC (3 years, 2 months ago) by bengen
Branch: MAIN
Changes since 1.30: +11 -1 lines
Diff to previous 1.30
Add global flag for setting a Reply-To header

Revision 1.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 08:20:41 2006 UTC (3 years, 2 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.26: +172 -98 lines
Diff to previous 1.26
backport from HEAD

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:40:27 2006 UTC (3 years, 3 months ago) by bengen
Branch: MAIN
Changes since 1.29: +77 -81 lines
Diff to previous 1.29
Totally untested (yeah, let's break stuff!):

* Add constants for mail status
* Changes to where status update happens (necessary for full digest support)

- Minor formatting changes for variable declaration

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 22:27:20 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
don't insert postponed messages into outgoing queue

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 4 01:16:14 2006 UTC (3 years, 3 months ago) by bengen
Branch: MAIN
Changes since 1.27: +18 -9 lines
Diff to previous 1.27
* Add stupid workaround for server collation.
* Various bugfixes

TODO: Remove digest recipients from DB after successfull sending .
This requires some code re-organization.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 18:14:13 2006 UTC (3 years, 3 months ago) by bengen
Branch: MAIN
Changes since 1.26: +114 -45 lines
Diff to previous 1.26
Added untested digest sending code

Revision 1.2.2.4
Wed Jul 26 17:56:59 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.2.2.3: +1 -1 lines
FILE REMOVED
4.6 branch no lonbger supported.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 24 22:47:25 2006 UTC (3 years, 4 months ago) by killes
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
fixing sql error

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 24 13:54:18 2006 UTC (3 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
work to set MLs to "moderated". Currently lacks interface for list admins to publish moderated content.
some work for not sending single mails to digest users.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 10:13:13 2006 UTC (3 years, 4 months ago) by bengen
Branch: MAIN
Changes since 1.23: +13 -1 lines
Diff to previous 1.23
Added "blackhole" sending method for debugging DB.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 10:08:54 2006 UTC (3 years, 4 months ago) by bengen
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
A bit of error checking for SMTP output

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 19:51:38 2006 UTC (3 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21
changed UPDATE to DELETE for performance reasons.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 20:44:32 2006 UTC (3 years, 4 months ago) by bengen
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20
* Make loop finite.
* Nicer debug output.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 15:03:35 2006 UTC (3 years, 4 months ago) by bengen
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
* Another DBI-confusion related fix

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 26 20:09:44 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.18: +35 -2 lines
Diff to previous 1.18
* Declare variables, so Perl with "use strict" won't complain.
* Some indentation stuff

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 26 14:57:47 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.17: +11 -1 lines
Diff to previous 1.17
Move generation of mails to sendto mail-out.pl.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 25 17:10:19 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.16: +9 -9 lines
Diff to previous 1.16
Beautify code. Hopefully, it doesn't break anything -- no place to
test. :-(

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 21:06:16 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15
temporary fix for array issue

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 13:01:19 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
fix typo

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 12:38:08 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.13: +6 -6 lines
Diff to previous 1.13
Fix array vs. arrayref

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 22 15:54:00 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.12: +83 -39 lines
Diff to previous 1.12
Major overhaul...

Added bsmtp and smtp delivery methods

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 16:57:30 2006 UTC (3 years, 5 months ago) by bengen
Branch: MAIN
Changes since 1.11: +29 -7 lines
Diff to previous 1.11
Added BSMTP

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 26 23:04:50 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.2.2.2: +65 -31 lines
Diff to previous 1.2.2.2 , to branch point 1.2
og2list for 4.6.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 19 21:33:32 2006 UTC (3 years, 7 months ago) by bengen
Branch: MAIN
Changes since 1.10: +45 -17 lines
Diff to previous 1.10
Use the envelope recipient instead of the wrongly-parsed "To:" field for determining the list. D'oh!

Revision 1.2.2.2
Wed Apr 19 17:51:32 2006 UTC (3 years, 7 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.2.2.1: +1 -1 lines
FILE REMOVED
Removing files from 4.6 branch. Too many changes yet to do mergers. Get the working files from HEAD; if you are interested

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 09:18:42 2006 UTC (3 years, 7 months ago) by bengen
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
* Fix subject encoding for outgoing mail

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 08:43:31 2006 UTC (3 years, 7 months ago) by bengen
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8
* Encode Subject (which curiously isn't done by MIME::Head)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 07:35:39 2006 UTC (3 years, 7 months ago) by bengen
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Fix encoding and character set in outgoing mail (body)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 14:15:16 2006 UTC (3 years, 7 months ago) by bengen
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
* Add Emacs cperl-mode magic mumblings at end

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 27 02:03:56 2006 UTC (3 years, 9 months ago) by bengen
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
* Added "prototype" note
* removed <head> section from generated mail, since it's not needed.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 22:36:33 2006 UTC (3 years, 9 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.2: +22 -1 lines
Diff to previous 1.2
backport from HEAD

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 20:53:45 2006 UTC (3 years, 9 months ago) by bengen
Branch: MAIN
Changes since 1.4: +8 -12 lines
Diff to previous 1.4
* Added $dbtype configuration variable
* Cosmetic changes

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 19:55:03 2006 UTC (3 years, 9 months ago) by bengen
Branch: MAIN
Changes since 1.3: +20 -0 lines
Diff to previous 1.3
Added GPL boilerplate

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 19:43:45 2006 UTC (3 years, 9 months ago) by bengen
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
mail.conf is now looked for in the same directory mail-out.pl lives
in, not in the current working directory.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 00:57:18 2006 UTC (3 years, 9 months ago) by bengen
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.1: +67 -40 lines
Diff to previous 1.1
Ha, we can send mail now.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 24 02:43:37 2006 UTC (3 years, 10 months ago) by bengen
Branch: MAIN
* Added PoC code

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2