/usr/bin/spfquery.mail-spf-perl is in spf-tools-perl 2.9.0-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 | #!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
#
# spfquery: Command-line tool for performing SPF queries
#
# (C) 2005-2012 Julian Mehnle <julian@mehnle.net>
# 2004 Wayne Schlitt <wayne@schlitt.net>
# $Id: spfquery 138 2006-01-22 18:00:34Z julian $
#
##############################################################################
=head1 NAME
spfquery - (Mail::SPF) - Checks if a given set of e-mail parameters matches a
domain's SPF policy
=head1 VERSION
2.501
=head1 SYNOPSIS
=over
=item B<Preferred usage:>
B<spfquery> [B<--versions>|B<-v> B<1>|B<2>|B<1,2>] [B<--scope>|B<-s> B<helo>|B<mfrom>|B<pra>]
B<--identity>|B<--id> I<identity> B<--ip-address>|B<--ip> I<ip-address>
[B<--helo-identity>|B<--helo-id> I<helo-identity>] [I<OPTIONS>]
B<spfquery> [B<--versions>|B<-v> B<1>|B<2>|B<1,2>] [B<--scope>|B<-s> B<helo>|B<mfrom>|B<pra>]
B<--file>|B<-f> I<filename>|B<-> [I<OPTIONS>]
=item B<Legacy usage:>
B<spfquery> B<--helo> I<helo-identity> B<--ip-address>|B<--ip> I<ip-address> [I<OPTIONS>]
B<spfquery> B<--mfrom> I<mfrom-identity> B<--ip-address>|B<--ip> I<ip-address>
[B<--helo> I<helo-identity>] [I<OPTIONS>]
B<spfquery> B<--pra> I<pra-identity> B<--ip-address>|B<--ip> I<ip-address> [I<OPTIONS>]
=item B<Other usage:>
B<spfquery> B<--version>|B<-V>
B<spfquery> B<--help>
=back
=head1 DESCRIPTION
B<spfquery> checks if a given set of e-mail parameters (e.g., the SMTP sender's
IP address) matches the responsible domain's Sender Policy Framework (SPF)
policy. For more information on SPF see L<http://www.openspf.org>.
=head2 Preferred Usage
The following usage forms are preferred over the L<legacy forms|/Legacy usage>
used by older B<spfquery> versions:
The B<--identity> form checks if the given I<ip-address> is an authorized SMTP
sender for the given C<helo> hostname, C<mfrom> envelope sender e-mail address,
or C<pra> (so-called purported resonsible address) e-mail address, depending
on the value of the B<--scope> option (which defaults to B<mfrom> if omitted).
The B<--file> form reads "I<ip-address> I<identity> [I<helo-identity>]" tuples
from the file with the specified I<filename>, or from standard input if
I<filename> is B<->, and checks them against the specified scope (B<mfrom> by
default).
Both forms support an optional B<--versions> option, which specifies a
comma-separated list of the SPF version numbers of SPF records that may be
used. B<1> means that C<v=spf1> records should be used. B<2> means that
C<spf2.0> records should be used. Defaults to B<1,2>, i.e., uses any SPF
records that are available. Records of a higher version are preferred.
=head2 Legacy Usage
B<spfquery> versions before 2.500 featured the following usage forms, which are
discouraged but still supported for L<backwards compatibility|/COMPATIBILITY>:
The B<--helo> form checks if the given I<ip-address> is an authorized SMTP
sender for the C<HELO> hostname given as the I<identity> (so-called C<HELO>
check).
The B<--mfrom> form checks if the given I<ip-address> is an authorized SMTP
sender for the envelope sender email-address (or domain) given as the
I<identity> (so-called C<MAIL FROM> check). If a domain is given instead of an
e-mail address, C<postmaster> will be substituted for the localpart.
The B<--pra> form checks if the given I<ip-address> is an authorized SMTP
sender for the PRA (Purported Responsible Address) e-mail address given as the
identity.
=head2 Other Usage
The B<--version> form prints version information of spfquery. The B<--help>
form prints usage information for spfquery.
=head1 OPTIONS
=head2 Standard Options
The preferred and legacy forms optionally take any of the following
I<OPTIONS>:
=over
=item B<--default-explanation> I<string>
=item B<--def-exp> I<string>
Use the specified I<string> as the default explanation if the authority domain
does not specify an explanation string of its own.
=item B<--hostname> I<hostname>
Use I<hostname> as the host name of the local system instead of auto-detecting
it.
=item B<--keep-comments>
=item B<--no-keep-comments>
Do (not) print any comments found when reading from a file or from standard
input.
=item B<--sanitize> (currently ignored)
=item B<--no-sanitize> (currently ignored)
Do (not) sanitize the output by condensing consecutive white-space into a
single space and replacing non-printable characters with question marks.
Enabled by default.
=item B<--debug> (currently ignored)
Print out debug information.
=back
=head2 Black Magic Options
Several options that were supported by earlier versions of B<spfquery> are
considered black magic (i.e. potentially dangerous for the innocent user) and
are thus disabled by default. If the L<B<Mail::SPF::BlackMagic>> Perl module
is installed, they may be enabled by specifying B<--enable-black-magic>.
=over
=item B<--max-dns-interactive-terms> I<n>
Evaluate a maximum of I<n> DNS-interactive mechanisms and modifiers per SPF
check. Defaults to B<10>. Do I<not> override the default unless you know what
you are doing!
=item B<--max-name-lookups-per-term> I<n>
Perform a maximum of I<n> DNS name look-ups per mechanism or modifier.
Defaults to B<10>. Do I<not> override the default unless you know what you are
doing!
=item B<--authorize-mxes-for> I<email-address>|I<domain>B<,>...
Consider all the MXes of the comma-separated list of I<email-address>es and
I<domain>s as inherently authorized.
=item B<--tfwl>
Perform C<trusted-forwarder.org> accreditation checking.
=item B<--guess> I<spf-terms>
Use I<spf-terms> as a default record if no SPF record is found.
=item B<--local> I<spf-terms>
Process I<spf-terms> as local policy before resorting to a default result
(the implicit or explicit C<all> mechanism at the end of the domain's SPF
record). For example, this could be used for white-listing one's secondary
MXes: C<mx:mydomain.example.org>.
=item B<--override> I<domain>B<=>I<spf-record>
=item B<--fallback> I<domain>B<=>I<spf-record>
Set overrides and fallbacks. Each option can be specified multiple times. For
example:
--override example.org='v=spf1 -all'
--override '*.example.net'='v=spf1 a mx -all'
--fallback example.com='v=spf1 -all'
=back
=head1 RESULT CODES
=over 12
=item B<pass>
The specified IP address is an authorized SMTP sender for the identity.
=item B<fail>
The specified IP address is not an authorized SMTP sender for the identity.
=item B<softfail>
The specified IP address is not an authorized SMTP sender for the identity,
however the authority domain is still testing out its SPF policy.
=item B<neutral>
The identity's authority domain makes no assertion about the status of the IP
address.
=item B<permerror>
A permanent error occurred while evaluating the authority domain's policy
(e.g., a syntax error in the SPF record). Manual intervention is required
from the authority domain.
=item B<temperror>
A temporary error occurred while evaluating the authority domain's policy
(e.g., a DNS error). Try again later.
=item B<none>
There is no applicable SPF policy for the identity domain.
=back
=head1 EXIT CODES
Result | Exit code
-----------+-----------
pass | 0
fail | 1
softfail | 2
neutral | 3
permerror | 4
temperror | 5
none | 6
=head1 EXAMPLES
spfquery --scope mfrom --id user@example.com --ip 1.2.3.4
spfquery --file test_data
echo "127.0.0.1 user@example.com helohost.example.com" | spfquery -f -
=head1 COMPATIBILITY
B<spfquery> has undergone the following interface changes compared to earlier
versions:
=over
=item B<2.500>
=over
=item *
A new preferred usage style for performing individual SPF checks has been
introduced. The new style accepts a unified B<--identity> option and an
optional B<--scope> option that specifies the type (scope) of the identity. In
contrast, the legacy usage style requires a separate usage form for every
supported scope. See L</Preferred usage> and L</Legacy usage> for details.
=item *
The former C<unknown> and C<error> result codes have been renamed to C<permerror>
and C<temperror>, respectively, in order to comply with RFC 4408 terminology.
=item *
SPF checks with an empty identity are no longer supported. In the case of an
empty C<MAIL FROM> SMTP transaction parameter, perform a check with the C<helo>
scope directly.
=item *
The B<--debug> and B<--(no-)sanitize> options are currently ignored by this
version of B<spfquery>. They will again be supported in the future.
=item *
Several features that were supported by earlier versions of B<spfquery> are
considered black magic and thus are now disabled by default. See L</Black
Magic Options>.
=item *
Several option names have been deprecated. This is a list of them and their
preferred synonyms:
Deprecated options | Preferred options
---------------------+-----------------------------
--sender, -s | --mfrom
--ipv4, -i | --ip-address, --ip
--name | --hostname
--max-lookup-count, | --max-dns-interactive-terms
--max-lookup |
--rcpt-to, -r | --authorize-mxes-for
--trusted | --tfwl
=back
=back
=head1 SEE ALSO
L<Mail::SPF>, L<spfd(8)>
L<http://tools.ietf.org/html/rfc4408>
=head1 AUTHORS
This version of B<spfquery> is a complete rewrite by Julian Mehnle
<julian@mehnle.net>, based on an earlier version written by Meng Weng Wong
<mengwong+spf@pobox.com> and Wayne Schlitt <wayne@schlitt.net>.
=cut
our $VERSION = '2.501';
use warnings;
use strict;
use IO::File;
use Getopt::Long qw(:config gnu_compat no_ignore_case);
use Error ':try';
use Mail::SPF;
use constant TRUE => (0 == 0);
use constant FALSE => not TRUE;
use constant exit_codes_by_result_code => {
pass => 0,
fail => 1,
softfail => 2,
neutral => 3,
permerror => 4,
temperror => 5,
none => 6
};
# Helper Functions
##############################################################################
sub usage {
STDERR->printf(<<'EOT');
Preferred Usage:
spfquery [--versions|-v 1|2|1,2] [--scope|-s helo|mfrom|pra]
--identity|--id <identity> --ip-address|--ip <ip-address>
[--helo-identity|--helo-id <helo-identity>] [OPTIONS]
spfquery [--versions|-v 1|2|1,2] [--scope|-s helo|mfrom|pra]
--file|-f <filename>|- [OPTIONS]
Legacy Usage:
spfquery --helo <helo-identity> --ip-address|--ip <ip-address> [OPTIONS]
spfquery --mfrom <mfrom-identity> --ip-address|--ip <ip-address>
[--helo <helo-identity>] [OPTIONS]
spfquery --pra <pra-identity> --ip-address|--ip <ip-address> [OPTIONS]
Other Usage:
spfquery --version|-V
See `spfquery --help` for more information.
EOT
return;
}
sub help {
print(<<'EOT');
Preferred Usage:
spfquery [--versions|-v 1|2|1,2] [--scope|-s helo|mfrom|pra]
--identity|--id <identity> --ip-address|--ip <ip-address>
[--helo-identity|--helo-id <helo-identity>] [OPTIONS]
spfquery [--versions|-v 1|2|1,2] [--scope|-s helo|mfrom|pra]
--file|-f <filename>|- [OPTIONS]
Legacy Usage:
spfquery --helo <helo-identity> --ip-address|--ip <ip-address> [OPTIONS]
spfquery --mfrom <mfrom-identity> --ip-address|--ip <ip-address>
[--helo <helo-identity>] [OPTIONS]
spfquery --pra <pra-identity> --ip-address|--ip <ip-address> [OPTIONS]
Other Usage:
spfquery --version|-V
spfquery performs SPF checks based on the command-line arguments or data given
in a file or on standard input.
Only the preferred and other usage forms are explained here. See the
spfquery(1) man-page for an explanation of the legacy usage forms.
The "--identity" form checks if the given <ip-address> is an authorized SMTP
sender for the given "helo" hostname, "mfrom" envelope sender e-mail address,
or "pra" (purported resonsible address) e-mail address, depending on the value
of the "--scope" option (which defaults to "mfrom" if omitted).
The "--file" form reads "<ip-address> <identity> [<helo-identity>]" tuples from
the file with the specified <filename>, or from standard input if <filename> is
"-", and checks them against the specified scope ("mfrom" by default).
The "--version" form prints version information of spfquery.
Valid OPTIONS (and their defaults) are:
--default-explanation <string>
Default explanation string to use (sensible default).
--hostname <hostname>
The name of the system doing the SPF checking (local
system's configured hostname).
--keep-comments Print comments found when reading from a file.
--no-sanitize Do not clean up invalid characters in output.
--debug Output debugging information.
Black-magic OPTIONS are:
--max-dns-interactive-terms <n>
Maximum number of DNS-interactive mechanisms and
modifiers (10).
--max-name-lookups-per-term <n>
Maximum number of DNS name look-ups per mechanism or
modifier (10).
--authorize-mxes-for <email-address>|<domain>,...
A comma-separated list of e-mail addresses and domains
whose MXes will be considered inherently authorized.
--tfwl Check trusted-forwarder.org white-list.
--guess <spf-terms> Default checks if no SPF record is found.
--local <spf-terms> Local policy to process before default result.
--override <domain>=<spf-record>
--fallback <domain>=<spf-record>
Set override and fallback SPF records for domains.
Examples:
spfquery --scope mfrom --id user@example.com --ip 1.2.3.4
spfquery --file test_data
echo "127.0.0.1 user@example.com helohost.example.com" | spfquery -f -
EOT
return;
}
sub deprecated_option {
my ($old_option, $new_option, $options) = @_;
return FALSE if not exists($options->{$old_option});
STDERR->print(
"Warning: '$old_option' option is deprecated" .
($new_option ? "; use '$new_option' instead" : '') .
".\n"
);
$options->{$new_option} = delete($options->{$old_option});
return TRUE;
}
sub unsupported_option {
my ($option_name, $options) = @_;
return FALSE if not exists($options->{$option_name});
STDERR->print("Error: '$option_name' option is no longer supported.\n");
return TRUE;
}
sub black_magic_option {
my ($option_name, $options) = @_;
return FALSE if not exists($options->{$option_name});
STDERR->print("Error: '$option_name' option is black magic! Do not use it!\n");
return TRUE;
}
# Command-line Option Handling
##############################################################################
my $options = {};
my $getopt_result = GetOptions(
$options,
'file|f=s',
'versions|v=s',
'scope=s',
's=s', # Special handling for ambiguous 's' option (formerly a synonym
# for 'sender', now preferredly a synonym for 'scope').
'identity|id=s',
'ip-address|ip=s',
'helo-identity|helo-id=s',
# Legacy/shortcut options:
'mfrom|mail-from|m=s',
'helo|h=s',
'default-explanation|def-exp=s',
'hostname=s',
'keep-comments!',
'debug!', # TODO Implement!
'sanitize!', # TODO Implement!
# Black Magic options:
'enable-black-magic!',
'max-dns-interactive-terms=i',
'max-name-lookups-per-term=i',
'authorize-mxes-for=s',
# TODO implement!
'tfwl!', # TODO Implement!
'guess=s', # TODO Implement!
'local=s', # TODO Implement!
'override=s%', # TODO Implement!
'fallback=s%', # TODO Implement!
# Meta actions:
'version|V!',
'help!',
# Deprecated options:
'sender=s', # Now 'scope'/'identity' or 'mfrom'
'ipv4=s', # Now 'ip-address'
'i=s', # Now 'ip-address'
'name=s', # Now 'hostname'
'max-lookup-count=i',
'max-lookup=i', # Now 'max-dns-interactive-terms'
'rcpt-to=s', # Now 'authorize-mxes-for'
'r=s', # Now 'authorize-mxes-for'
'trusted!' # Now 'tfwl'
);
if (not $getopt_result) {
usage();
exit(255);
}
if ($options->{help}) {
help();
exit(0);
}
if ($options->{version}) {
print("spfquery version $VERSION (using Mail::SPF)\n");
exit(0);
}
deprecated_option('sender', 'mfrom', $options);
deprecated_option('ipv4', 'ip-address', $options);
deprecated_option('i', 'ip-address', $options);
deprecated_option('name', 'hostname', $options);
deprecated_option('max-lookup-count', 'max-dns-interactive-terms', $options);
deprecated_option('max-lookup', 'max-dns-interactive-terms', $options);
deprecated_option('rcpt-to', 'authorize-mxes-for', $options);
deprecated_option('r', 'authorize-mxes-for', $options);
deprecated_option('trusted', 'tfwl', $options);
if ($options->{'enable-black-magic'}) {
if (not defined(eval('require Mail::SPF::BlackMagic'))) {
STDERR->print("Error: Cannot enable black magic. Unable to load Mail::SPF::BlackMagic.\n");
exit(255);
}
# else: Black magic enabled!
}
elsif (
black_magic_option('max-dns-interactive-terms', $options) or
black_magic_option('max-name-lookups-per-term', $options) or
black_magic_option('rcpt-to', $options) or
black_magic_option('trusted', $options) or
black_magic_option('guess', $options) or
black_magic_option('local', $options) or
black_magic_option('override', $options) or
black_magic_option('fallback', $options)
) {
exit(255);
}
my @versions = split(',', $options->{versions} || '');
my $scope = $options->{scope};
my $identity = $options->{identity};
my $ip_address = $options->{'ip-address'};
my $helo_identity = $options->{'helo-identity'};
# Heuristic for distinguishing between 's(cope)' and 's(ender)':
if (defined(my $s = $options->{s})) {
if (
not defined($scope) and # No explicit 'scope' option has been specified, and
$s !~ /[@.]/ # 's' option contains neither an '@' nor a dot,
# so it cannot be an e-mail address or a domain.
) {
# Thus it must be meant as the 'scope' option:
$scope = $s;
}
else {
# Else, it must be meant as the deprecated 'sender' option:
$options->{mfrom} = $s;
}
}
# Heuristic for when explicit 'scope'/'s(cope)' option is absent:
if (not defined($scope)) {
if (defined($identity) or defined($options->{file})) {
# Identity has been specified, or input will be read from file:
# apply the 'scope' option default:
$scope = 'mfrom';
}
elsif (defined($options->{helo})) {
$scope = 'helo';
$identity = $options->{helo};
}
elsif (defined($options->{mfrom})) {
$scope = 'mfrom';
$identity = $options->{mfrom};
$helo_identity ||= $options->{helo};
}
elsif (defined($options->{pra})) {
$scope = 'pra';
$identity = $options->{pra};
}
}
my $default_explanation = $options->{'default-explanation'};
my $hostname = $options->{hostname};
if (
not defined($scope) or
not (defined($identity) xor defined($options->{file}))
) {
usage();
exit(255);
}
if (defined($identity) and $identity eq '') {
STDERR->print("Error: Empty identities are not supported. See spfquery(1).\n");
exit(255);
}
# Process the SPF Request(s)
##############################################################################
try {
my $spf_server = Mail::SPF::Server->new(
default_authority_explanation
=> $default_explanation,
hostname => $hostname,
# debug => $options->{debug},
# sanitize => $options->{sanitize},
# Black Magic:
(
exists($options->{'max-dns-interactive-terms'}) ?
(max_dns_interactive_terms => $options->{'max-dns-interactive-terms'} || undef)
: ()
),
(
exists($options->{'max-name-lookups-per-term'}) ?
(max_name_lookups_per_term => $options->{'max-name-lookups-per-term'} || undef)
: ()
)
# rcpt_to => $options->{'rcpt-to'},
# trusted => $options->{trusted},
# guess => $options->{guess},
# local => $options->{local},
# override => $options->{override},
# fallback => $options->{fallback},
);
my $exit_code;
if (not defined($options->{file})) {
# Single request:
my $result_code = do_process(
$spf_server,
versions => @versions ? [@versions] : undef,
scope => $scope,
identity => $identity,
ip_address => $ip_address,
helo_identity => $helo_identity
);
$exit_code = exit_codes_by_result_code->{$result_code};
}
else {
# File request:
my $file = $options->{file} eq '-' ? \*STDIN : IO::File->new($options->{file})
or die("Could not open: $options->{file}\n");
while (<$file>) {
chomp;
s/^\s*//;
next if /^$/;
if (/^#/) {
print("$_\n") if $options->{'keep-comments'};
next;
}
($ip_address, $identity, $helo_identity) = split;
my $result_code = do_process(
$spf_server,
versions => @versions ? [@versions] : undef,
scope => $scope,
identity => $identity,
ip_address => $ip_address,
helo_identity => $helo_identity
);
$exit_code ||= exit_codes_by_result_code->{$result_code};
}
}
exit($exit_code);
}
catch Mail::SPF::Exception with {
my ($e) = @_;
STDERR->printf("Error: %s.\n", $e->text);
exit(255);
};
# Helper Function
##############################################################################
sub do_process {
my ($spf_server, %request_options) = @_;
my $request = Mail::SPF::Request->new(%request_options);
my $result = $spf_server->process($request);
printf(
"%s\n%s\n%s\n%s\n",
$result->code,
(
$result->can('authority_explanation') ?
$result->authority_explanation
: $result->local_explanation
),
$result->local_explanation,
$result->received_spf_header
);
return $result->code;
}
|