List,

Could somebody help me to understand/direct why "checks" is working as
designed with more than internal envelope address.
Using this with a combination of in-/external envelope
"dynamic_altermime_disclaimer" is called for internal email as well.

sub checks {
    my($self, $conn, $msginfo) = @_;
    for my $r (@{$msginfo->per_recip_data}) {       # $r contains
per-recipient data
        my($is_local) = $r->recip_is_local;         # recipient matches
@local_domains_maps

        # don't bother with local outgoing mail!
        next if $is_local;

        dynamic_altermime_disclaimer(@_);
    }
}

Regards,
Armin


This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. If you are not the intended recipient you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org

Reply via email to