Home
last modified time | relevance | path

Searched refs:found_to (Results 1 – 10 of 10) sorted by relevance

/dports/mail/mailman3/mailman-3.3.1/src/mailman/commands/
H A Dcli_gatenews.py73 found_to = False
85 found_to = True
101 if found_to:
/dports/mail/mailman-exim4/mailman-2.1.39/cron/
H A Dgate_news137 found_to = 0
143 found_to = 1
172 if found_to:
/dports/mail/mailman-postfix/mailman-2.1.39/cron/
H A Dgate_news137 found_to = 0
143 found_to = 1
172 if found_to:
/dports/mail/mailman/mailman-2.1.39/cron/
H A Dgate_news137 found_to = 0
143 found_to = 1
172 if found_to:
/dports/mail/spmfilter/spmfilter-0.6.7/src/
H A Dsmf_smtpd.c358 int found_to = 0; in smf_smtpd_process_data() local
395 if ((strncasecmp(buf,"To:",3)==0) && (in_header==1)) found_to = 1; in smf_smtpd_process_data()
422 if ((found_mid==0)||(found_to==0)||(found_from==0)||(found_date==0)) in smf_smtpd_process_data()
423 …smf_smtpd_append_missing_headers(session, settings->queue_dir,found_mid,found_to,found_from,found_… in smf_smtpd_process_data()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/Tree/
H A DMonad.hs263 found_to = find tr to function
264 unless (isNothing found_to) $
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dnntpd.c3815 int body = 0, skip, found_to = 0; in news2mail() local
3825 if (!found_to) buf_printf(&msgbuf, "To: %s\r\n", to); in news2mail()
3845 found_to = 1; in news2mail()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dnntpd.c3796 int body = 0, skip, found_to = 0; in news2mail() local
3806 if (!found_to) buf_printf(&msgbuf, "To: %s\r\n", to); in news2mail()
3826 found_to = 1; in news2mail()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dnntpd.c3877 int body = 0, skip, found_to = 0; in news2mail() local
3887 if (!found_to) fprintf(sm, "To: %s\r\n", to); in news2mail()
3907 found_to = 1; in news2mail()
/dports/games/openttd/openttd-12.1/src/
H A Dstation_cmd.cpp3670 bool found_to = false; in DeleteStaleLinks() local
3675 if (found_to) break; in DeleteStaleLinks()
3677 found_to = true; in DeleteStaleLinks()
3681 if (!found_to || !found_from) continue; in DeleteStaleLinks()