Home
last modified time | relevance | path

Searched refs:orig_to (Results 1 – 25 of 115) sorted by relevance

12345

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/vnd.dovecot/report/
H A Dexecute.svtest91 test_set "envelope.orig_to" "orig_to@example.com";
114 test_set "envelope.orig_to" "orig_to@example.com";
139 test_set "envelope.orig_to" "orig_to@example.com";
164 test_set "envelope.orig_to" "orig_to@example.com";
179 if not address :localpart "from" "orig_to" {
189 test_set "envelope.orig_to" "orig_to@example.com";
216 test_set "envelope.orig_to" "orig_to@example.com";
251 test_set "envelope.orig_to" "orig_to@example.com";
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_carbons.lua28 local orig_to = stanza.attr.to;
29 local bare_to = jid_bare(orig_to);
44 target_session = full_sessions[orig_to];
72 …elseif not c2s and bare_jid ~= orig_to and stanza:get_child("x", "http://jabber.org/protocol/muc#u…
79 if c2s and not orig_to then
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_log_messages_sql/
H A Dmod_log_messages_sql.lua120 local orig_to = stanza.attr.to;
126 orig_to = orig_to or orig_from; -- Weird corner cases
137 local store_user, store_host = jid_split(c2s and orig_from or orig_to);
138 local target_jid = c2s and orig_to or orig_from;
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/execute/
H A Dsmtp.svtest130 test_set "envelope.orig_to" "tss@example.net";
169 test_set "envelope.orig_to" "tss@example.net";
246 test_set "envelope.orig_to" "tss@example.net";
285 test_set "envelope.orig_to" "tss@example.net";
320 test_set "envelope.orig_to" "tss@example.net";
365 test_set "envelope.orig_to" "tss@example.net";
399 test_set "envelope.orig_to" "tss@example.net";
433 test_set "envelope.orig_to" "tss@example.net";
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_carbons/
H A Dmod_carbons.lua34 local orig_to = stanza.attr.to;
48 bare_jid = jid_bare(orig_to);
49 target_session = full_sessions[orig_to];
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_addressing/
H A Dmod_addressing.lua11 local orig_to = stanza.attr.to;
38 stanza.attr.to = orig_to;
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Dcompose.php955 $orig_to = '';
969 $orig_to = $send_to_cc;
974 $orig_to = $orig_header->to;
975 if (is_array($orig_to) && count($orig_to)) {
976 $orig_to = $orig_header->getAddr_s('to', ',', FALSE, TRUE);
978 $orig_to = $orig_header->getAddr_s('to', ',', FALSE, TRUE);
980 $orig_to = '';
982 $orig_to = decodeHeader($orig_to,false,false,true);
983 $orig_to = str_replace('""', '"', $orig_to);
992 if (!empty($orig_to)) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/postfixadmin/scripts/
H A Dvacation.pl297 my ($email, $alias, $orig_from, $orig_to, $orig_messageid) = @_;
305 …do_debug ("[SEND RESPONSE] for $orig_messageid:\n", "FROM: $email (orig_to: $orig_to)\n", "TO: $or…
310 do_log ($orig_messageid, $orig_to, $orig_from, '');
/dports/security/logcheck/logcheck/rulefiles/linux/ignore.d.paranoid/
H A Dpostfix1 …x/(local|pipe|virtual)\[[[:digit:]]+\]: [[:alnum:]]+: to=[^[:space:]]+, (orig_to=[^[:space:]]+, )?…
6 …alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: [[:alnum:]]+: to=[^[:space:]]+, orig_to=[^[:space:]]+, re…
/dports/security/logcheck/logcheck/rulefiles/linux/ignore.d.server/
H A Dpostfix1 …stfix/(error|n?qmgr)\[[[:digit:]]+\]: [[:alnum:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
3 …fix/[ls]mtp\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
5 …fix/[ls]mtp\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
6 …fix/[ls]mtp\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
7 …fix/[ls]mtp\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
16 …stfix/local\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
17 …stfix/local\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
18 …stfix/local\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
42 …]-]+ postfix/smtp\[[[:digit:]]+\]: [A-Z[:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)…
44 …1} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: [[:alnum:]]+: to=<.*>,( orig_to=<[^[:space:]]+>,)…
[all …]
/dports/net/samba412/samba-4.12.15/source3/auth/
H A Duser_util.c73 char *orig_to = last_to; in set_last_from_to() local
79 SAFE_FREE(orig_to); in set_last_from_to()
/dports/net-im/prosody/prosody-0.11.13/plugins/mod_mam/
H A Dmod_mam.lua251 local orig_to = stanza.attr.to or orig_from;
255 local store_user = c2s and origin.username or jid_split(orig_to);
257 local with = jid_bare(c2s and orig_to or orig_from);
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_mam/
H A Dmod_mam.lua279 local orig_to = stanza.attr.to or orig_from;
283 local store_user = c2s and origin.username or jid_split(orig_to);
285 local with = jid_bare(c2s and orig_to or orig_from);
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/vacation/
H A Dreply.svtest322 test_set "envelope.orig_to" "all@example.com";
446 test_set "envelope.orig_to" "all@example.com";
480 test_set "envelope.orig_to" "even-more-jibberish@example.com";
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dfilesort.cc1345 uchar *orig_to= to; in make_sortkey() local
1401 return static_cast<uint>(to - orig_to); in make_sortkey()
2969 uchar *orig_to= to; in pack_sort_string() local
2992 return static_cast<uint>(to - orig_to); in pack_sort_string()
3011 uchar *orig_to= to; in make_sortkey() local
3039 DBUG_ASSERT(static_cast<uint>(to - orig_to) <= param->sort_length); in make_sortkey()
3040 return static_cast<uint>(to - orig_to); in make_sortkey()
3061 uchar *orig_to= to; in make_packed_sortkey() local
3089 length= static_cast<int>(to - orig_to); in make_packed_sortkey()
3091 Sort_keys::store_sortkey_length(orig_to, length); in make_packed_sortkey()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dfilesort.cc1345 uchar *orig_to= to; in make_sortkey() local
1401 return static_cast<uint>(to - orig_to); in make_sortkey()
2969 uchar *orig_to= to; in pack_sort_string() local
2992 return static_cast<uint>(to - orig_to); in pack_sort_string()
3011 uchar *orig_to= to; in make_sortkey() local
3039 DBUG_ASSERT(static_cast<uint>(to - orig_to) <= param->sort_length); in make_sortkey()
3040 return static_cast<uint>(to - orig_to); in make_sortkey()
3061 uchar *orig_to= to; in make_packed_sortkey() local
3089 length= static_cast<int>(to - orig_to); in make_packed_sortkey()
3091 Sort_keys::store_sortkey_length(orig_to, length); in make_packed_sortkey()
/dports/security/logcheck/logcheck/rulefiles/linux/ignore.d.workstation/
H A Dpostfix14 …um:]-]+ postfix/virtual\[[[:digit:]]+\]: [[:alnum:]]+: to=[^[:space:]]+, orig_to=[^[:space:]]+, re…
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/VIRTUAL_VACATION/
H A Dvacation.pl429 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
443 …Will send vacation response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from;…
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/VIRTUAL_VACATION/
H A Dvacation.pl429 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
443 …Will send vacation response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from;…
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/VIRTUAL_VACATION/
H A Dvacation.pl435 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
449 …Will send vacation response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from;…
/dports/mail/postfixadmin/postfixadmin-d3bc1551/VIRTUAL_VACATION/
H A Dvacation.pl435 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
449 …Will send vacation response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from;…
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcgraphclones.c263 cgraph_node *orig_to = callee->ultimate_alias_target (); in redirect_callee_duplicating_thunks() local
264 if (orig_to->thunk) in redirect_callee_duplicating_thunks()
265 n = duplicate_thunk_for_node (orig_to, n); in redirect_callee_duplicating_thunks()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcgraphclones.c264 cgraph_node *orig_to = callee->ultimate_alias_target (); in redirect_callee_duplicating_thunks() local
265 if (orig_to->thunk) in redirect_callee_duplicating_thunks()
266 n = duplicate_thunk_for_node (orig_to, n); in redirect_callee_duplicating_thunks()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcgraphclones.c263 cgraph_node *orig_to = callee->ultimate_alias_target (); in redirect_callee_duplicating_thunks() local
264 if (orig_to->thunk) in redirect_callee_duplicating_thunks()
265 n = duplicate_thunk_for_node (orig_to, n); in redirect_callee_duplicating_thunks()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcgraphclones.c263 cgraph_node *orig_to = callee->ultimate_alias_target (); in redirect_callee_duplicating_thunks() local
264 if (orig_to->thunk) in redirect_callee_duplicating_thunks()
265 n = duplicate_thunk_for_node (orig_to, n); in redirect_callee_duplicating_thunks()

12345