|
mess822x 1.25
mess822x
|
#include <sys/types.h>#include <sys/stat.h>#include <time.h>#include "buffer.h"#include "getln.h"#include "mess822.h"#include "logmsg.h"#include "exit.h"#include "leapsecs.h"#include "caltime.h"#include "tai.h"#include "str.h"#include "byte.h"
Go to the source code of this file.
Macros | |
| #define | WHO "822print" |
Functions | |
| int | main () |
Variables | |
| stralloc | leftline = {0} |
| stralloc | rightline = {0} |
| stralloc | tmp = {0} |
| stralloc | returnpath = {0} |
| stralloc | envelope = {0} |
| stralloc | threading = {0} |
| stralloc | mid = {0} |
| stralloc | refs = {0} |
| stralloc | subject = {0} |
| stralloc | dates = {0} |
| mess822_time | date |
| stralloc | to = {0} |
| stralloc | cc = {0} |
| stralloc | bcc = {0} |
| stralloc | nrudt = {0} |
| stralloc | from = {0} |
| stralloc | sender = {0} |
| stralloc | replyto = {0} |
| stralloc | mailreplyto = {0} |
| stralloc | followupto = {0} |
| stralloc | spf = {0} |
| stralloc | dkim = {0} |
| stralloc | qdkim = {0} |
| stralloc | misc = {0} |
| mess822_header | h = MESS822_HEADER |
| mess822_action | a [] |
| stralloc | line = {0} |
| int | match |
| #define WHO "822print" |
Definition at line 16 of file 822print.c.
| int main | ( | ) |
| mess822_action a[] |
Definition at line 273 of file 822print.c.
| stralloc bcc = {0} |
Definition at line 258 of file 822print.c.
| stralloc cc = {0} |
Definition at line 257 of file 822print.c.
| mess822_time date |
Definition at line 254 of file 822print.c.
| stralloc dates = {0} |
Definition at line 253 of file 822print.c.
| stralloc dkim = {0} |
Definition at line 267 of file 822print.c.
| stralloc envelope = {0} |
Definition at line 246 of file 822print.c.
| stralloc followupto = {0} |
Definition at line 265 of file 822print.c.
| stralloc from = {0} |
Definition at line 261 of file 822print.c.
Definition at line 272 of file 822print.c.
| stralloc leftline = {0} |
Definition at line 76 of file 822print.c.
| stralloc line = {0} |
Definition at line 348 of file 822print.c.
| stralloc mailreplyto = {0} |
Definition at line 264 of file 822print.c.
| int match |
Definition at line 349 of file 822print.c.
| stralloc mid = {0} |
Definition at line 248 of file 822print.c.
| stralloc misc = {0} |
Definition at line 270 of file 822print.c.
| stralloc nrudt = {0} |
Definition at line 259 of file 822print.c.
| stralloc qdkim = {0} |
Definition at line 268 of file 822print.c.
| stralloc refs = {0} |
Definition at line 249 of file 822print.c.
| stralloc replyto = {0} |
Definition at line 263 of file 822print.c.
| stralloc returnpath = {0} |
Definition at line 245 of file 822print.c.
| stralloc rightline = {0} |
Definition at line 77 of file 822print.c.
| stralloc sender = {0} |
Definition at line 262 of file 822print.c.
| stralloc spf = {0} |
Definition at line 266 of file 822print.c.
| stralloc subject = {0} |
Definition at line 251 of file 822print.c.
| stralloc threading = {0} |
Definition at line 247 of file 822print.c.
| stralloc tmp = {0} |
Definition at line 78 of file 822print.c.
| stralloc to = {0} |
Definition at line 256 of file 822print.c.