-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00518.eml
28 lines (23 loc) · 940 Bytes
/
TRAIN_00518.eml
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
NoneNone> Phil R Lawrence said:
>
>
>>>something to watch out for is to use "nomime" => 1 in the Mail::Audit
>>>ctor; the M:A folks changed the API there.
>>
>>What has MIME to do with it? I read in perldoc M:A that your suggestion
>>is less expensive, but how does that help S:A?
>
>
> M:A, for some reason, changes its base class depending on whether the
> incoming message is mime or not. Therefore the Mail::Internet methods
> suddenly become unavailable for MIME messages...
>
> (you do *not* want to know what I thought of that when I found it ;)
As a new user of SA, I guess I'm having trouble connecting the dots. If
I understand you: If I don't use the "nomime" => 1 option and I recieve
MIME mail, the Mail::Internet modules become unavailable.
Unavailable for which? MA? SA? What do these methods do? Does this
mean my incoming MIME mail won't be checked by SA unless I specify
"nomime" => 1?
Thanks,
Phil