Search found 2607 matches

by maschoff
Fri May 30, 2008 8:04 am
Forum: Bugs, bug fixes & releases
Topic: How does "Check for duplicate" supposed to work?
Replies: 8
Views: 16681

You can find one sample in this forum and one in the user manual (just search for "#"). As soon as we find the time we will create some more samples.
by maschoff
Fri May 30, 2008 8:01 am
Forum: Using OpenEMM
Topic: webservices setSubscriberBinding slow
Replies: 3
Views: 4955

Great - thanks for your confirmation!
by maschoff
Thu May 29, 2008 7:23 am
Forum: Using OpenEMM
Topic: Unsubscribe from all mailing lists?
Replies: 6
Views: 15099

documentation

The documentation of the script action feature is now available:

http://www.openemm.org/fileadmin/docs/S ... tation.pdf

Have fun!
by maschoff
Thu May 29, 2008 7:22 am
Forum: Using OpenEMM
Topic: Variables of Mailling list?
Replies: 9
Views: 15864

documentation

The documentation of the script action feature is now available:

http://www.openemm.org/fileadmin/docs/S ... tation.pdf

Have fun!
by maschoff
Thu May 29, 2008 7:22 am
Forum: Using OpenEMM
Topic: subscribe to more mailinglists
Replies: 8
Views: 7694

documentation

The documentation of the script action feature is now available:

http://www.openemm.org/fileadmin/docs/S ... tation.pdf

Have fun!
by maschoff
Thu May 29, 2008 7:21 am
Forum: Bugs, bug fixes & releases
Topic: How does "Check for duplicate" supposed to work?
Replies: 8
Views: 16681

documentation

The documentation of the script action feature is now available:

http://www.openemm.org/fileadmin/docs/S ... tation.pdf

Have fun!
by maschoff
Thu May 29, 2008 7:19 am
Forum: Using OpenEMM
Topic: webservices setSubscriberBinding slow
Replies: 3
Views: 4955

bug + fix

There was a bug in setSubsriberBinding. For bug report + fix please see here:

http://sourceforge.net/tracker/index.ph ... tid=848488
by maschoff
Wed May 28, 2008 3:18 pm
Forum: Bugs, bug fixes & releases
Topic: Limits in xmlback reached
Replies: 3
Views: 7957

Solutions

There are three (actually four) possible solutions:

1. Put more memory into your server
2. Reduce the block size in file emm.properties from 5,000 to a smaller value
3. Use our commercial software EMM
(4. Rewrite the link-generating Java code to C)
by maschoff
Tue May 27, 2008 8:41 am
Forum: Bounce Management
Topic: UNSUBSCRIBE filter in bav.rule
Replies: 1
Views: 7990

if you want to avoid filtering inbound mails with "UNSUBSCRIBE" in the subject line just delete the line from bav.rule.
by maschoff
Thu May 22, 2008 4:33 pm
Forum: Using OpenEMM
Topic: setup.bat
Replies: 1
Views: 3400

To change the configuration for the redirect or mailloop domain or the smart
relay you can start "config.bat" at any time.
by maschoff
Tue May 20, 2008 4:15 pm
Forum: Using OpenEMM
Topic: Importing Recipiants
Replies: 2
Views: 3948

Please use code 2 for unknown (0=male, 1=female) and code 1 for HTML (0=text, 2= inline HTML), i.e.

gender,email,mailtype
2, a@b.c, 1
by maschoff
Tue May 20, 2008 10:06 am
Forum: Using OpenEMM
Topic: subscribe to more mailinglists
Replies: 8
Views: 7694

by maschoff
Tue May 20, 2008 10:05 am
Forum: Using OpenEMM
Topic: Variables of Mailling list?
Replies: 9
Views: 15864

example

Example for script action to bind e-mail address to two mailinglists A. Create action consisting of the following two steps: 1. Load userdata (to get customerID) 2. Script action (replace "1" and "2" with the desired mailinglistIDs): ## mailinglistID "1" $BindingEntry.s...
by maschoff
Thu May 15, 2008 3:40 pm
Forum: Bugs, bug fixes & releases
Topic: current_timestamp in target_sql
Replies: 2
Views: 6100

We could confirm your bug report and will fix this issue in the next release of OpenEMM. Thank you both for your postings (and your patience :-) )!
by maschoff
Thu May 15, 2008 3:36 pm
Forum: Using OpenEMM
Topic: How to configure Windows Mail Queue?
Replies: 2
Views: 4273

smaller blocks

Please change property "mailgun.ini.blocksize" in file emm.properties (path: OpenEMM\webapps\core\WEB-INF\classes) to a smaller number.