Subject: | missing data command |
SMIC_DATA is not implemented, postfix will fail on this.
the following patch partially fixes the bug:
--- /usr/share/perl5/Sendmail/PMilter/Context.pm~ 2009-11-03
00:45:28.000000000 +0100
+++ /usr/share/perl5/Sendmail/PMilter/Context.pm 2009-11-03
00:45:28.000000000 +0100
@@ -284,6 +284,8 @@
$this->call_hooks('envrcpt', @$envrcpt);
delete $this->{symbols}{&SMFIC_RCPT};
+ } elsif ($cmd eq SMFIC_DATA) {
+ $this->call_hooks('data');
} elsif ($cmd eq SMFIC_QUIT) {
last;
# that's all, folks!