Hello,

I've got a question - maybe I missed something:

My setup:
xmail 1.18 on Solaris SPARC, mailman 2.1.4.

Issue:
I want to zip attachments sent to a certain mailing list.

Problem:
Files get zipped, I can verify it by xmail debug outut. xmzipatt.pl,
which is the responsible filter for zipping exits with code 7.
But mailman still sends the original email without zipped attachments.
When I use the same xmzipatt.pl for emails not passed to mailman, it
works as it should.
In both cases, using xmzipatt.pl with normal emails and with incoming
mailman emails, XMail spool file gets changed and exit code of filter
is 7.

Some config details:
<mailroot>/filters.in.tab:
"*"[TAB]"[EMAIL PROTECTED]"[TAB]"0.0.0.0/0"[TAB]"0.0.0.0/0"[TAB]"xmzipatt.tab"[CR]

<mailroot>/filters/xmzipatt.tab:
<mailroot>/bin/xmzipatt.pl"[TAB]"-f"[TAB]"@@FILE"[CR]

<mailroot>/cmdaliases/listdomain/*.tab:
(symbolic links to one file: mailman-template.tab)

mailman-template.tab:
"external"[TAB]"0"[TAB]"0"[TAB]"<mailroot>bin/mailman"[TAB]"@@RCPT"[TAB]"@@TMPFILE"

I used the mailman integration I found somewhere in the docs listed on
xmail homepage.

Setting number of threads to 1 slowed down delivery dramatically, but did not
solve the problem.

Addendum:
Using xmzipatt.pl for all outgoing emails, just like
"*" "*" "0.0.0.0/0" "0.0.0.0/0" "xmzipatt.tab", attachments get
zipped, but for each recipient individually...

Thanks for Your help!
Hagen







-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to