Bob Kromonos Achten <[email protected]> ha escrit: > 1. Is it possible, to sign/encrypt single parts of multiparted emails?
For now there is no simple way to do so. It is possible using entire-msg-filter and Guile scripting, but I never tried to do it. In theory the script should split the message into subparts (perhaps using Mailutils), sign the part in question, reassemble the subparts into a new message and feed it back to Anubis. > 2. What does "No such section: SMTP" mean? With GNU Anubis 4.1.1, this > message does not appears, just, since I'm using 4.1.92. In manual seems > nothing written down about this section. Is it a new one for next release? In 4.1.92, you can declare a special rule section called "SMTP", which will be called after each SMTP command received from the client. This section should come handy if you want to define some special handling for a particular SMTP command or commands. It is described in the NEWS file (look for "* SMTP section", near line 39). The diagnostics in question is issued if such a section is not defined. It is not an error, nor even a warning. It is an informational message, and it will perhaps be replaced with a debugging diagnostics or removed by the time of the release. Regards, Sergey _______________________________________________ Bug-anubis mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-anubis
