MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / OnReceiveMail

Function OnReceiveMail

source/main.cpp:1200–1204  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1198}
1199//---------------------------------------------------------------------------
1200static void OnReceiveMail(TLetter * l)
1201{
1202 if( ! l->result )
1203 WriteToLogError(String("ERROR\tSent e-mail:") + l->error);
1204}
1205//---------------------------------------------------------------------------
1206// return false if message p should be ignored
1207bool ProcessMessageRules(TSyslogMessage * p)

Callers

nothing calls this directly

Calls 1

WriteToLogErrorFunction · 0.85

Tested by

no test coverage detected