Support of Mixmaster anonymous remailer. More...
Go to the source code of this file.
Functions | |
int | mix_send_message (struct ListHead *chain, const char *tempfile) |
Send an email via Mixmaster. | |
int | mix_check_message (struct Email *e) |
Safety-check the message before passing it to mixmaster. | |
void | dlg_mixmaster (struct ListHead *chainhead) |
Create a Mixmaster chain -. | |
Support of Mixmaster anonymous remailer.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
int mix_send_message | ( | struct ListHead * | chain, |
const char * | tempfile | ||
) |
Send an email via Mixmaster.
chain | String list of hosts |
tempfile | Temporary file containing email |
-1 | Error |
>=0 | Success (Mixmaster's return code) |
Definition at line 101 of file mixmaster.c.
int mix_check_message | ( | struct Email * | e | ) |
Safety-check the message before passing it to mixmaster.
e |
0 | Success |
-1 | Error |
Definition at line 50 of file mixmaster.c.