[MlMt] Why is my "parsed output" empty?

Sebastian Hagedorn Hagedorn at uni-koeln.de
Thu Jan 7 05:40:57 EST 2021


Hi,

I’m trying to write my first Bundle, but apparently I’m doing something wrong. I started from the Bundle MailMan, because it does something similar to what I want to achieve. When I run that Bundle’s “Approve” command, this is the debug output:

2021-01-07 11:25:51.396 MailMate[39607:253140] performBundleItemWithUUIDString: F3D4B55F-2E86-4CAC-A0A5-18D172F017B7
Triggered command named “Approve”
Input type is “none”
Triggered command named “Approve” for single message (669206)
 Time elapsed: 12.833000 (Approve)

Raw output from command:
{ actions = (
		{
			type = replyMessage;
			body = "Approved: 2:28:AQAAAABQOF2b5EXmRXMIPekIRj+HOCpDO+TGsWI=:28:AQAAAABQOF2cUpI2cwhv46hgmzoW+0kdCUux+UM=";
			subpart = "3.1";
			headers = {
				"#posting-style" = "top";
				"#signature" = "";
				"from" = "Sebastian Hagedorn <Hagedorn at uni-koeln.de>";
			};
			resultActions = (
				{
					type = "openMessage";
				}
			);
		},
	);
}


Parsed output from command:
{	actions = (
		{	body = "Approved: 2:28:AQAAAABQOF2b5EXmRXMIPekIRj+HOCpDO+TGsWI=:28:AQAAAABQOF2cUpI2cwhv46hgmzoW+0kdCUux+UM=";
			headers = {
				"#posting-style" = "top";
				"#signature" = "";
				from = "Sebastian Hagedorn <Hagedorn at uni-koeln.de>";
			};
			resultActions = ( { type = "openMessage"; } );
			subpart = "3.1";
			type = "replyMessage";
		},
	);
}

Final result:
{	actions = (
		{	body = "Approved: 2:28:AQAAAABQOF2b5EXmRXMIPekIRj+HOCpDO+TGsWI=:28:AQAAAABQOF2cUpI2cwhv46hgmzoW+0kdCUux+UM=";
			headers = {
				"#posting-style" = "top";
				"#signature" = "";
				from = "Sebastian Hagedorn <Hagedorn at uni-koeln.de>";
			};
			ids = ( 669206 );
			resultActions = ( { type = "openMessage"; } );
			subpart = "3.1";
			type = "replyMessage";
		},
	);
}

When I run my own Bundle command instead, it looks like this:

2021-01-07 11:28:23.215 MailMate[39607:253140] performBundleItemWithUUIDString: 1886CA52-FBB0-4BE0-980B-0D0957C265AE
Triggered command named “Listmaster-Antwort”
Input type is “none”
Triggered command named “Listmaster-Antwort” for single message (669206)
 Time elapsed: 0.253000 (Listmaster-Antwort)

Raw output from command:
{ actions = (
		{
			type = replyMessage;
			body = "Test";
			subpart = "3.1";
			headers = {
				"#posting-style" = "top";
				"#signature" = "";
				"from" = "Sebastian Hagedorn <Hagedorn at uni-koeln.de>";
			};
			resultActions = (
            	{
            		type = "openMessage";
            	}
            );
		};
	);
}


Parsed output from command:
{ }

Final result:
{ actions = ( ); }

What is happening? As far as I can tell, the raw outputs are virtually identical. Why is the parsed output and the final result for my command empty?

Cheers, Sebastian
-- 
   .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:.
                .:.Regionales Rechenzentrum (RRZK).:.
  .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20210107/b9267e86/attachment.sig>


More information about the mailmate mailing list