fixed the from= logged field in case of null sender

This commit is contained in:
SJ
2012-10-03 23:32:44 +02:00
parent e3f1134f04
commit 0c20a5f1e1
6 changed files with 16 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
#include <piler.h>
int do_av_check(struct session_data *sdata, char *rcpttoemail, char *fromemail, char *virusinfo, struct __data *data, struct __config *cfg){
int do_av_check(struct session_data *sdata, char *rcpttoemail, char *virusinfo, struct __data *data, struct __config *cfg){
int rav = AVIR_OK;
char avengine[SMALLBUFSIZE];