Просмотр исходного кода

Clearing the TO var results in mail from organizer to member going to all members. In case of organizer to organizer, it is sufficient to leave the TO var set and let cropswap-sendmail.sh handle CC to other organizers

Pi 11 месяцев назад
Родитель
Сommit
5554302a96
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      filters/cropswap@shandan.one

+ 0 - 4
filters/cropswap@shandan.one

@@ -62,10 +62,6 @@ if ($DISPATCH)
    MLIST="$LISTDIR/alist"
    gdbmopen($MLIST, "R")
    ORGANIZER=gdbmfetch(tolower($FROM))
-   if (gdbmfetch(tolower($TO)) ne "")
-   {
-      TO=""
-   }
    gdbmclose
 
    if ($ORGANIZER eq "NONE" || $ORGANIZER eq "")